#87806A

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

Shades of Olive Haze #87806A

Tints of Olive Haze #87806A

Color information

#87806A (or 0x87806A) is unknown color: approx Olive Haze. HEX triplet: 87, 80 and 6A. RGB value is (135,128,106). Sum of RGB (Red+Green+Blue) = 135+128+106=369 (48% of max value = 765). Red value is 135 (53.12% from 255 or 36.59% from 369); Green value is 128 (50.39% from 255 or 34.69% from 369); Blue value is 106 (41.80% from 255 or 28.73% from 369); Max value from RGB is 135 - color contains mainly: red. Hex color #87806A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #87806A is #787F95. Grayscale: #7F7F7F. Windows color (decimal): -7896982 or 6979719. OLE color: 6979719.

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

Color convert

RGB135128106-
CMYK00.050.210.47
HSL45.52º12.03%47.25%-
HSV(B)45.52º21.48%52.94%-
XYZ20.3121.6316.74-
YUV127.58115.82133.29-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 36.59%
GREEN value IS 128 (50.39% from 255) = 34.69%
BLUE value IS 106 (41.80% from 255) = 28.73%
R=36.59%
G=34.69%
B=28.73%

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
Decimal13512810600.050.210.4745.5212.0347.25
Hex87806A05152F2ec2f
Octal207200152052557561457
Binary100001111000000011010100101101011011111011101100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87806A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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