#66996D

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

Shades of Laurel #66996D

Tints of Laurel #66996D

Color information

#66996D (or 0x66996D) is unknown color: approx Laurel. HEX triplet: 66, 99 and 6D. RGB value is (102,153,109). Sum of RGB (Red+Green+Blue) = 102+153+109=364 (48% of max value = 765). Red value is 102 (40.23% from 255 or 28.02% from 364); Green value is 153 (60.16% from 255 or 42.03% from 364); Blue value is 109 (42.97% from 255 or 29.95% from 364); Max value from RGB is 153 - color contains mainly: green. Hex color #66996D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66996D is #996692. Grayscale: #848484. Windows color (decimal): -10053267 or 7182694. OLE color: 7182694.

HSL color Cylindrical-coordinate representation of color #66996D: hue angle of 128.24º degrees, saturation: 0.2, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #66996D is Cyan = 0.33, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.4.

Color convert

RGB102153109-
CMYK0.3300.290.4
HSL128.24º20%50%-
HSV(B)128.24º33.33%60%-
XYZ19.6326.7118.59-
YUV132.73114.6106.08-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 28.02%
GREEN value IS 153 (60.16% from 255) = 42.03%
BLUE value IS 109 (42.97% from 255) = 29.95%
R=28.02%
G=42.03%
B=29.95%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1021531090.3300.290.4128.242050
Hex66996D2101D28801432
Octal14623115541035502002462
Binary11001101001100111011011000010111011010001000000010100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66996D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66996D; }

 p { color: rgb(102,153,109); }

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

<style>
 a { background-color: #66996D; }

 a { background-color: rgb(102,153,109); }

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

<style>
 span { border-color: #66996D; }

 span { border-color: rgb(102,153,109); }

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