#66876D

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

Shades of Laurel #66876D

Tints of Laurel #66876D

Color information

#66876D (or 0x66876D) is unknown color: approx Laurel. HEX triplet: 66, 87 and 6D. RGB value is (102,135,109). Sum of RGB (Red+Green+Blue) = 102+135+109=346 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.48% from 346); Green value is 135 (53.12% from 255 or 39.02% from 346); Blue value is 109 (42.97% from 255 or 31.50% from 346); Max value from RGB is 135 - color contains mainly: green. Hex color #66876D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66876D is #997892. Grayscale: #7A7A7A. Windows color (decimal): -10057875 or 7178086. OLE color: 7178086.

HSL color Cylindrical-coordinate representation of color #66876D: hue angle of 132.73º 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 #66876D is Cyan = 0.24, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.47.

Color convert

RGB102135109-
CMYK0.2400.190.47
HSL132.73º13.92%46.47%-
HSV(B)132.73º24.44%52.94%-
XYZ16.921.2617.68-
YUV122.17120.57113.61-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 29.48%
GREEN value IS 135 (53.12% from 255) = 39.02%
BLUE value IS 109 (42.97% from 255) = 31.50%
R=29.48%
G=39.02%
B=31.50%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1021351090.2400.190.47132.7313.9246.47
Hex66876D180132F85e2e
Octal14620715530023572051656
Binary110011010000111110110111000010011101111100001011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66876D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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