#87826B

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

Shades of Olive Haze #87826B

Tints of Olive Haze #87826B

Color information

#87826B (or 0x87826B) is unknown color: approx Olive Haze. HEX triplet: 87, 82 and 6B. RGB value is (135,130,107). Sum of RGB (Red+Green+Blue) = 135+130+107=372 (49% of max value = 765). Red value is 135 (53.12% from 255 or 36.29% from 372); Green value is 130 (51.17% from 255 or 34.95% from 372); Blue value is 107 (42.19% from 255 or 28.76% from 372); Max value from RGB is 135 - color contains mainly: red. Hex color #87826B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #87826B is #787D94. Grayscale: #808080. Windows color (decimal): -7896469 or 7045767. OLE color: 7045767.

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

Color convert

RGB135130107-
CMYK00.040.210.47
HSL49.29º11.57%47.45%-
HSV(B)49.29º20.74%52.94%-
XYZ20.6322.1817.1-
YUV128.87115.66132.37-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 36.29%
GREEN value IS 130 (51.17% from 255) = 34.95%
BLUE value IS 107 (42.19% from 255) = 28.76%
R=36.29%
G=34.95%
B=28.76%

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
Decimal13513010700.040.210.4749.2911.5747.45
Hex87826B04152F31c2f
Octal207202153042557611457
Binary100001111000001011010110100101011011111100011100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87826B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87826B; }

 p { color: rgb(135,130,107); }

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

<style>
 a { background-color: #87826B; }

 a { background-color: rgb(135,130,107); }

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

<style>
 span { border-color: #87826B; }

 span { border-color: rgb(135,130,107); }

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