#87816A

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

Shades of Olive Haze #87816A

Tints of Olive Haze #87816A

Color information

#87816A (or 0x87816A) is unknown color: approx Olive Haze. HEX triplet: 87, 81 and 6A. RGB value is (135,129,106). Sum of RGB (Red+Green+Blue) = 135+129+106=370 (49% of max value = 765). Red value is 135 (53.12% from 255 or 36.49% from 370); Green value is 129 (50.78% from 255 or 34.86% from 370); Blue value is 106 (41.80% from 255 or 28.65% from 370); Max value from RGB is 135 - color contains mainly: red. Hex color #87816A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #87816A is #787E95. Grayscale: #808080. Windows color (decimal): -7896726 or 6979975. OLE color: 6979975.

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

Color convert

RGB135129106-
CMYK00.040.210.47
HSL47.59º12.03%47.25%-
HSV(B)47.59º21.48%52.94%-
XYZ20.4421.8916.78-
YUV128.17115.49132.87-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 36.49%
GREEN value IS 129 (50.78% from 255) = 34.86%
BLUE value IS 106 (41.80% from 255) = 28.65%
R=36.49%
G=34.86%
B=28.65%

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
Decimal13512910600.040.210.4747.5912.0347.25
Hex87816A04152F30c2f
Octal207201152042557601457
Binary100001111000000111010100100101011011111100001100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87816A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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