#66936D

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

Shades of Laurel #66936D

Tints of Laurel #66936D

Color information

#66936D (or 0x66936D) is unknown color: approx Laurel. HEX triplet: 66, 93 and 6D. RGB value is (102,147,109). Sum of RGB (Red+Green+Blue) = 102+147+109=358 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.49% from 358); Green value is 147 (57.81% from 255 or 41.06% from 358); Blue value is 109 (42.97% from 255 or 30.45% from 358); Max value from RGB is 147 - color contains mainly: green. Hex color #66936D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66936D is #996C92. Grayscale: #818181. Windows color (decimal): -10054803 or 7181158. OLE color: 7181158.

HSL color Cylindrical-coordinate representation of color #66936D: hue angle of 129.33º degrees, saturation: 0.18, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #66936D is Cyan = 0.31, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.42.

Color convert

RGB102147109-
CMYK0.3100.260.42
HSL129.33º18.07%48.82%-
HSV(B)129.33º30.61%57.65%-
XYZ18.6724.818.27-
YUV129.21116.59108.59-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 28.49%
GREEN value IS 147 (57.81% from 255) = 41.06%
BLUE value IS 109 (42.97% from 255) = 30.45%
R=28.49%
G=41.06%
B=30.45%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1021471090.3100.260.42129.3318.0748.82
Hex66936D1F01A2A811231
Octal14622315537032522012261
Binary1100110100100111101101111110110101010101000000110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66936D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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