#87806B

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

Shades of Olive Haze #87806B

Tints of Olive Haze #87806B

Color information

#87806B (or 0x87806B) is unknown color: approx Olive Haze. HEX triplet: 87, 80 and 6B. RGB value is (135,128,107). Sum of RGB (Red+Green+Blue) = 135+128+107=370 (49% of max value = 765). Red value is 135 (53.12% from 255 or 36.49% from 370); Green value is 128 (50.39% from 255 or 34.59% from 370); Blue value is 107 (42.19% from 255 or 28.92% from 370); Max value from RGB is 135 - color contains mainly: red. Hex color #87806B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #87806B is #787F94. Grayscale: #7F7F7F. Windows color (decimal): -7896981 or 7045255. OLE color: 7045255.

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

Color convert

RGB135128107-
CMYK00.050.210.47
HSL45º11.57%47.45%-
HSV(B)45º20.74%52.94%-
XYZ20.3621.6517.02-
YUV127.7116.32133.21-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 36.49%
GREEN value IS 128 (50.39% from 255) = 34.59%
BLUE value IS 107 (42.19% from 255) = 28.92%
R=36.49%
G=34.59%
B=28.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.21
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13512810700.050.210.474511.5747.45
Hex87806B05152F2dc2f
Octal207200153052557551457
Binary100001111000000011010110101101011011111011011100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87806B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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