#66956C

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

Shades of Laurel #66956C

Tints of Laurel #66956C

Color information

#66956C (or 0x66956C) is unknown color: approx Laurel. HEX triplet: 66, 95 and 6C. RGB value is (102,149,108). Sum of RGB (Red+Green+Blue) = 102+149+108=359 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.41% from 359); Green value is 149 (58.59% from 255 or 41.50% from 359); Blue value is 108 (42.58% from 255 or 30.08% from 359); Max value from RGB is 149 - color contains mainly: green. Hex color #66956C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66956C is #996A93. Grayscale: #828282. Windows color (decimal): -10054292 or 7116134. OLE color: 7116134.

HSL color Cylindrical-coordinate representation of color #66956C: hue angle of 127.66º degrees, saturation: 0.19, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #66956C is Cyan = 0.32, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.42.

Color convert

RGB102149108-
CMYK0.3200.280.42
HSL127.66º18.73%49.22%-
HSV(B)127.66º31.54%58.43%-
XYZ18.9325.418.09-
YUV130.27115.43107.83-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 28.41%
GREEN value IS 149 (58.59% from 255) = 41.50%
BLUE value IS 108 (42.58% from 255) = 30.08%
R=28.41%
G=41.50%
B=30.08%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1021491080.3200.280.42127.6618.7349.22
Hex66956C2001C2A801331
Octal14622515440034522002361
Binary11001101001010111011001000000111001010101000000010011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66956C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66956C; }

 p { color: rgb(102,149,108); }

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

<style>
 a { background-color: #66956C; }

 a { background-color: rgb(102,149,108); }

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

<style>
 span { border-color: #66956C; }

 span { border-color: rgb(102,149,108); }

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