#668766

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

Shades of Laurel #668766

Tints of Laurel #668766

Color information

#668766 (or 0x668766) is unknown color: approx Laurel. HEX triplet: 66, 87 and 66. RGB value is (102,135,102). Sum of RGB (Red+Green+Blue) = 102+135+102=339 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.09% from 339); Green value is 135 (53.12% from 255 or 39.82% from 339); Blue value is 102 (40.23% from 255 or 30.09% from 339); Max value from RGB is 135 - color contains mainly: green. Hex color #668766 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #668766 is #997899. Grayscale: #797979. Windows color (decimal): -10057882 or 6719334. OLE color: 6719334.

HSL color Cylindrical-coordinate representation of color #668766: hue angle of 120º degrees, saturation: 0.14, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #668766 is Cyan = 0.24, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.47.

Color convert

RGB102135102-
CMYK0.2400.240.47
HSL120º13.92%46.47%-
HSV(B)120º24.44%52.94%-
XYZ16.5421.1115.77-
YUV121.37117.07114.18-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 30.09%
GREEN value IS 135 (53.12% from 255) = 39.82%
BLUE value IS 102 (40.23% from 255) = 30.09%
R=30.09%
G=39.82%
B=30.09%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1021351020.2400.240.4712013.9246.47
Hex668766180182F78e2e
Octal14620714630030571701656
Binary11001101000011111001101100001100010111111110001110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #668766

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #668766; }

 p { color: rgb(102,135,102); }

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

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

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

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

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

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

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