#87816C

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

Shades of Olive Haze #87816C

Tints of Olive Haze #87816C

Color information

#87816C (or 0x87816C) is unknown color: approx Olive Haze. HEX triplet: 87, 81 and 6C. RGB value is (135,129,108). Sum of RGB (Red+Green+Blue) = 135+129+108=372 (49% of max value = 765). Red value is 135 (53.12% from 255 or 36.29% from 372); Green value is 129 (50.78% from 255 or 34.68% from 372); Blue value is 108 (42.58% from 255 or 29.03% from 372); Max value from RGB is 135 - color contains mainly: red. Hex color #87816C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #87816C is #787E93. Grayscale: #808080. Windows color (decimal): -7896724 or 7111047. OLE color: 7111047.

HSL color Cylindrical-coordinate representation of color #87816C: hue angle of 46.67º degrees, saturation: 0.11, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #87816C is Cyan = 0, Magento = 0.04, Yellow = 0.2 and Black (K on CMYK) = 0.47.

Color convert

RGB135129108-
CMYK00.040.20.47
HSL46.67º11.11%47.65%-
HSV(B)46.67º20%52.94%-
XYZ20.5521.9317.34-
YUV128.4116.49132.71-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 36.29%
GREEN value IS 129 (50.78% from 255) = 34.68%
BLUE value IS 108 (42.58% from 255) = 29.03%
R=36.29%
G=34.68%
B=29.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.2
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13512910800.040.20.4746.6711.1147.65
Hex87816C04142F2fb30
Octal207201154042457571360
Binary100001111000000111011000100101001011111011111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87816C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87816C; }

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

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

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

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

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

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

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

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