#87805E

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

Shades of Olive Haze #87805E

Tints of Olive Haze #87805E

Color information

#87805E (or 0x87805E) is unknown color: approx Olive Haze. HEX triplet: 87, 80 and 5E. RGB value is (135,128,94). Sum of RGB (Red+Green+Blue) = 135+128+94=357 (47% of max value = 765). Red value is 135 (53.12% from 255 or 37.82% from 357); Green value is 128 (50.39% from 255 or 35.85% from 357); Blue value is 94 (37.11% from 255 or 26.33% from 357); Max value from RGB is 135 - color contains mainly: red. Hex color #87805E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #87805E is #787FA1. Grayscale: #7E7E7E. Windows color (decimal): -7896994 or 6193287. OLE color: 6193287.

HSL color Cylindrical-coordinate representation of color #87805E: hue angle of 49.76º degrees, saturation: 0.18, 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 #87805E is Cyan = 0, Magento = 0.05, Yellow = 0.30 and Black (K on CMYK) = 0.47.

Color convert

RGB13512894-
CMYK00.050.300.47
HSL49.76º17.9%44.9%-
HSV(B)49.76º30.37%52.94%-
XYZ19.7321.413.68-
YUV126.22109.82134.26-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 37.82%
GREEN value IS 128 (50.39% from 255) = 35.85%
BLUE value IS 94 (37.11% from 255) = 26.33%
R=37.82%
G=35.85%
B=26.33%

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
Decimal1351289400.050.300.4749.7617.944.9
Hex87805E051E2F32122d
Octal207200136053657622255
Binary1000011110000000101111001011111010111111001010010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87805E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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