#87805F

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

Shades of Olive Haze #87805F

Tints of Olive Haze #87805F

Color information

#87805F (or 0x87805F) is unknown color: approx Olive Haze. HEX triplet: 87, 80 and 5F. RGB value is (135,128,95). Sum of RGB (Red+Green+Blue) = 135+128+95=358 (47% of max value = 765). Red value is 135 (53.12% from 255 or 37.71% from 358); Green value is 128 (50.39% from 255 or 35.75% from 358); Blue value is 95 (37.5% from 255 or 26.54% from 358); Max value from RGB is 135 - color contains mainly: red. Hex color #87805F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #87805F is #787FA0. Grayscale: #7E7E7E. Windows color (decimal): -7896993 or 6258823. OLE color: 6258823.

HSL color Cylindrical-coordinate representation of color #87805F: hue angle of 49.5º degrees, saturation: 0.17, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #87805F is Cyan = 0, Magento = 0.05, Yellow = 0.30 and Black (K on CMYK) = 0.47.

Color convert

RGB13512895-
CMYK00.050.300.47
HSL49.5º17.39%45.1%-
HSV(B)49.5º29.63%52.94%-
XYZ19.7821.4213.92-
YUV126.33110.32134.18-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 37.71%
GREEN value IS 128 (50.39% from 255) = 35.75%
BLUE value IS 95 (37.5% from 255) = 26.54%
R=37.71%
G=35.75%
B=26.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.30
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1351289500.050.300.4749.517.3945.1
Hex87805F051E2F32112d
Octal207200137053657622155
Binary1000011110000000101111101011111010111111001010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87805F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87805F; }

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

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

<style>
 a { background-color: #87805F; }

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

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

<style>
 span { border-color: #87805F; }

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

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