#878060

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

Shades of Olive Haze #878060

Tints of Olive Haze #878060

Color information

#878060 (or 0x878060) is unknown color: approx Olive Haze. HEX triplet: 87, 80 and 60. RGB value is (135,128,96). Sum of RGB (Red+Green+Blue) = 135+128+96=359 (47% of max value = 765). Red value is 135 (53.12% from 255 or 37.60% from 359); Green value is 128 (50.39% from 255 or 35.65% from 359); Blue value is 96 (37.89% from 255 or 26.74% from 359); Max value from RGB is 135 - color contains mainly: red. Hex color #878060 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #878060 is #787F9F. Grayscale: #7E7E7E. Windows color (decimal): -7896992 or 6324359. OLE color: 6324359.

HSL color Cylindrical-coordinate representation of color #878060: hue angle of 49.23º degrees, saturation: 0.17, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #878060 is Cyan = 0, Magento = 0.05, Yellow = 0.29 and Black (K on CMYK) = 0.47.

Color convert

RGB13512896-
CMYK00.050.290.47
HSL49.23º16.88%45.29%-
HSV(B)49.23º28.89%52.94%-
XYZ19.8221.4314.16-
YUV126.44110.82134.1-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 37.60%
GREEN value IS 128 (50.39% from 255) = 35.65%
BLUE value IS 96 (37.89% from 255) = 26.74%
R=37.60%
G=35.65%
B=26.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.29
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1351289600.050.290.4749.2316.8845.29
Hex878060051D2F31112d
Octal207200140053557612155
Binary1000011110000000110000001011110110111111000110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #878060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #878060; }

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

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

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

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

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

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

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

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