#87816B

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

Shades of Olive Haze #87816B

Tints of Olive Haze #87816B

Color information

#87816B (or 0x87816B) is unknown color: approx Olive Haze. HEX triplet: 87, 81 and 6B. RGB value is (135,129,107). Sum of RGB (Red+Green+Blue) = 135+129+107=371 (49% of max value = 765). Red value is 135 (53.12% from 255 or 36.39% from 371); Green value is 129 (50.78% from 255 or 34.77% from 371); Blue value is 107 (42.19% from 255 or 28.84% from 371); Max value from RGB is 135 - color contains mainly: red. Hex color #87816B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #87816B is #787E94. Grayscale: #808080. Windows color (decimal): -7896725 or 7045511. OLE color: 7045511.

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

Color convert

RGB135129107-
CMYK00.040.210.47
HSL47.14º11.57%47.45%-
HSV(B)47.14º20.74%52.94%-
XYZ20.521.9117.06-
YUV128.29115.99132.79-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 36.39%
GREEN value IS 129 (50.78% from 255) = 34.77%
BLUE value IS 107 (42.19% from 255) = 28.84%
R=36.39%
G=34.77%
B=28.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.21
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13512910700.040.210.4747.1411.5747.45
Hex87816B04152F2fc2f
Octal207201153042557571457
Binary100001111000000111010110100101011011111011111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87816B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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