#87815F

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

Shades of Olive Haze #87815F

Tints of Olive Haze #87815F

Color information

#87815F (or 0x87815F) is unknown color: approx Olive Haze. HEX triplet: 87, 81 and 5F. RGB value is (135,129,95). Sum of RGB (Red+Green+Blue) = 135+129+95=359 (47% of max value = 765). Red value is 135 (53.12% from 255 or 37.60% from 359); Green value is 129 (50.78% from 255 or 35.93% from 359); Blue value is 95 (37.5% from 255 or 26.46% from 359); Max value from RGB is 135 - color contains mainly: red. Hex color #87815F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #87815F is #787EA0. Grayscale: #7F7F7F. Windows color (decimal): -7896737 or 6259079. OLE color: 6259079.

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

Color convert

RGB13512995-
CMYK00.040.300.47
HSL51º17.39%45.1%-
HSV(B)51º29.63%52.94%-
XYZ19.9121.6813.96-
YUV126.92109.99133.76-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 37.60%
GREEN value IS 129 (50.78% from 255) = 35.93%
BLUE value IS 95 (37.5% from 255) = 26.46%
R=37.60%
G=35.93%
B=26.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.30
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1351299500.040.300.475117.3945.1
Hex87815F041E2F33112d
Octal207201137043657632155
Binary1000011110000001101111101001111010111111001110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87815F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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