#66876B

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

Shades of Laurel #66876B

Tints of Laurel #66876B

Color information

#66876B (or 0x66876B) is unknown color: approx Laurel. HEX triplet: 66, 87 and 6B. RGB value is (102,135,107). Sum of RGB (Red+Green+Blue) = 102+135+107=344 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.65% from 344); Green value is 135 (53.12% from 255 or 39.24% from 344); Blue value is 107 (42.19% from 255 or 31.10% from 344); Max value from RGB is 135 - color contains mainly: green. Hex color #66876B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66876B is #997894. Grayscale: #7A7A7A. Windows color (decimal): -10057877 or 7047014. OLE color: 7047014.

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

Color convert

RGB102135107-
CMYK0.2400.210.47
HSL129.09º13.92%46.47%-
HSV(B)129.09º24.44%52.94%-
XYZ16.821.2117.12-
YUV121.94119.57113.78-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 29.65%
GREEN value IS 135 (53.12% from 255) = 39.24%
BLUE value IS 107 (42.19% from 255) = 31.10%
R=29.65%
G=39.24%
B=31.10%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1021351070.2400.210.47129.0913.9246.47
Hex66876B180152F81e2e
Octal14620715330025572011656
Binary110011010000111110101111000010101101111100000011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66876B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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