#878160

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

Shades of Olive Haze #878160

Tints of Olive Haze #878160

Color information

#878160 (or 0x878160) is unknown color: approx Olive Haze. HEX triplet: 87, 81 and 60. RGB value is (135,129,96). Sum of RGB (Red+Green+Blue) = 135+129+96=360 (47% of max value = 765). Red value is 135 (53.12% from 255 or 37.5% from 360); Green value is 129 (50.78% from 255 or 35.83% from 360); Blue value is 96 (37.89% from 255 or 26.67% from 360); Max value from RGB is 135 - color contains mainly: red. Hex color #878160 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #878160 is #787E9F. Grayscale: #7F7F7F. Windows color (decimal): -7896736 or 6324615. OLE color: 6324615.

HSL color Cylindrical-coordinate representation of color #878160: hue angle of 50.77º 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 #878160 is Cyan = 0, Magento = 0.04, Yellow = 0.29 and Black (K on CMYK) = 0.47.

Color convert

RGB13512996-
CMYK00.040.290.47
HSL50.77º16.88%45.29%-
HSV(B)50.77º28.89%52.94%-
XYZ19.9521.714.2-
YUV127.03110.49133.68-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 37.5%
GREEN value IS 129 (50.78% from 255) = 35.83%
BLUE value IS 96 (37.89% from 255) = 26.67%
R=37.5%
G=35.83%
B=26.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.29
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1351299600.040.290.4750.7716.8845.29
Hex878160041D2F33112d
Octal207201140043557632155
Binary1000011110000001110000001001110110111111001110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #878160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #878160; }

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

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

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

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

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

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

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

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