#66876A

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

Shades of Laurel #66876A

Tints of Laurel #66876A

Color information

#66876A (or 0x66876A) is unknown color: approx Laurel. HEX triplet: 66, 87 and 6A. RGB value is (102,135,106). Sum of RGB (Red+Green+Blue) = 102+135+106=343 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.74% from 343); Green value is 135 (53.12% from 255 or 39.36% from 343); Blue value is 106 (41.80% from 255 or 30.90% from 343); Max value from RGB is 135 - color contains mainly: green. Hex color #66876A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66876A is #997895. Grayscale: #797979. Windows color (decimal): -10057878 or 6981478. OLE color: 6981478.

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

Color convert

RGB102135106-
CMYK0.2400.210.47
HSL127.27º13.92%46.47%-
HSV(B)127.27º24.44%52.94%-
XYZ16.7421.1916.84-
YUV121.83119.07113.86-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 29.74%
GREEN value IS 135 (53.12% from 255) = 39.36%
BLUE value IS 106 (41.80% from 255) = 30.90%
R=29.74%
G=39.36%
B=30.90%

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
Decimal1021351060.2400.210.47127.2713.9246.47
Hex66876A180152F7fe2e
Octal14620715230025571771656
Binary11001101000011111010101100001010110111111111111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66876A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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