#66986D

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

Shades of Laurel #66986D

Tints of Laurel #66986D

Color information

#66986D (or 0x66986D) is unknown color: approx Laurel. HEX triplet: 66, 98 and 6D. RGB value is (102,152,109). Sum of RGB (Red+Green+Blue) = 102+152+109=363 (48% of max value = 765). Red value is 102 (40.23% from 255 or 28.10% from 363); Green value is 152 (59.77% from 255 or 41.87% from 363); Blue value is 109 (42.97% from 255 or 30.03% from 363); Max value from RGB is 152 - color contains mainly: green. Hex color #66986D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66986D is #996792. Grayscale: #848484. Windows color (decimal): -10053523 or 7182438. OLE color: 7182438.

HSL color Cylindrical-coordinate representation of color #66986D: hue angle of 128.4º 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 #66986D is Cyan = 0.33, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.40.

Color convert

RGB102152109-
CMYK0.3300.280.40
HSL128.4º19.69%49.8%-
HSV(B)128.4º32.89%59.61%-
XYZ19.4726.3918.53-
YUV132.15114.94106.5-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 28.10%
GREEN value IS 152 (59.77% from 255) = 41.87%
BLUE value IS 109 (42.97% from 255) = 30.03%
R=28.10%
G=41.87%
B=30.03%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1021521090.3300.280.40128.419.6949.8
Hex66986D2101C28801432
Octal14623015541034502002462
Binary11001101001100011011011000010111001010001000000010100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66986D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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