#66936F

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

Shades of Laurel #66936F

Tints of Laurel #66936F

Color information

#66936F (or 0x66936F) is unknown color: approx Laurel. HEX triplet: 66, 93 and 6F. RGB value is (102,147,111). Sum of RGB (Red+Green+Blue) = 102+147+111=360 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.33% from 360); Green value is 147 (57.81% from 255 or 40.83% from 360); Blue value is 111 (43.75% from 255 or 30.83% from 360); Max value from RGB is 147 - color contains mainly: green. Hex color #66936F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66936F is #996C90. Grayscale: #818181. Windows color (decimal): -10054801 or 7312230. OLE color: 7312230.

HSL color Cylindrical-coordinate representation of color #66936F: hue angle of 132º 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 #66936F is Cyan = 0.31, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.42.

Color convert

RGB102147111-
CMYK0.3100.240.42
HSL132º18.07%48.82%-
HSV(B)132º30.61%57.65%-
XYZ18.7824.8418.84-
YUV129.44117.59108.43-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 28.33%
GREEN value IS 147 (57.81% from 255) = 40.83%
BLUE value IS 111 (43.75% from 255) = 30.83%
R=28.33%
G=40.83%
B=30.83%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1021471110.3100.240.4213218.0748.82
Hex66936F1F0182A841231
Octal14622315737030522042261
Binary1100110100100111101111111110110001010101000010010010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66936F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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