#668B70

Color #668B70 Laurel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Laurel #668B70

Tints of Laurel #668B70

Color information

#668B70 (or 0x668B70) is unknown color: approx Laurel. HEX triplet: 66, 8B and 70. RGB value is (102,139,112). Sum of RGB (Red+Green+Blue) = 102+139+112=353 (46% of max value = 765). Red value is 102 (40.23% from 255 or 28.90% from 353); Green value is 139 (54.69% from 255 or 39.38% from 353); Blue value is 112 (44.14% from 255 or 31.73% from 353); Max value from RGB is 139 - color contains mainly: green. Hex color #668B70 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #668B70 is #99748F. Grayscale: #7C7C7C. Windows color (decimal): -10056848 or 7375718. OLE color: 7375718.

HSL color Cylindrical-coordinate representation of color #668B70: hue angle of 136.22º degrees, saturation: 0.15, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #668B70 is Cyan = 0.27, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.45.

Color convert

RGB102139112-
CMYK0.2700.190.45
HSL136.22º15.35%47.25%-
HSV(B)136.22º26.62%54.51%-
XYZ17.6422.4618.73-
YUV124.86120.74111.7-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 102 (40.23% from 255) = 28.90%
GREEN value IS 139 (54.69% from 255) = 39.38%
BLUE value IS 112 (44.14% from 255) = 31.73%
R=28.90%
G=39.38%
B=31.73%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1021391120.2700.190.45136.2215.3547.25
Hex668B701B0132D88f2f
Octal14621316033023552101757
Binary110011010001011111000011011010011101101100010001111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #668B70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #668B70; }

 p { color: rgb(102,139,112); }

 H1.HeaderClassName
 {
   color: #668B70;
 }
 .AnyTagClassName
 {
   color: #668B70;
 }
</style>
background-color css

<style>
 a { background-color: #668B70; }

 a { background-color: rgb(102,139,112); }

 div.DivClassName
 {
   background-color: #668B70;
 }
 .BgClassName
 {
   background-color: #668B70;
 }
</style>
border-color css

<style>
 span { border-color: #668B70; }

 span { border-color: rgb(102,139,112); }

 td.TdClassName
 {
   border-color: #668B70;
 }
 .TagClassName
 {
   border-color: #668B70;
 }
</style>