#878066

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

Shades of Olive Haze #878066

Tints of Olive Haze #878066

Color information

#878066 (or 0x878066) is unknown color: approx Olive Haze. HEX triplet: 87, 80 and 66. RGB value is (135,128,102). Sum of RGB (Red+Green+Blue) = 135+128+102=365 (48% of max value = 765). Red value is 135 (53.12% from 255 or 36.99% from 365); Green value is 128 (50.39% from 255 or 35.07% from 365); Blue value is 102 (40.23% from 255 or 27.95% from 365); Max value from RGB is 135 - color contains mainly: red. Hex color #878066 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #878066 is #787F99. Grayscale: #7F7F7F. Windows color (decimal): -7896986 or 6717575. OLE color: 6717575.

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

Color convert

RGB135128102-
CMYK00.050.240.47
HSL47.27º13.92%46.47%-
HSV(B)47.27º24.44%52.94%-
XYZ20.1121.5515.67-
YUV127.13113.82133.61-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 36.99%
GREEN value IS 128 (50.39% from 255) = 35.07%
BLUE value IS 102 (40.23% from 255) = 27.95%
R=36.99%
G=35.07%
B=27.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.24
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13512810200.050.240.4747.2713.9246.47
Hex87806605182F2fe2e
Octal207200146053057571656
Binary100001111000000011001100101110001011111011111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #878066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #878066; }

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

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

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

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

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

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

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

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