#877E60

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

Shades of Olive Haze #877E60

Tints of Olive Haze #877E60

Color information

#877E60 (or 0x877E60) is unknown color: approx Olive Haze. HEX triplet: 87, 7E and 60. RGB value is (135,126,96). Sum of RGB (Red+Green+Blue) = 135+126+96=357 (47% of max value = 765). Red value is 135 (53.12% from 255 or 37.82% from 357); Green value is 126 (49.61% from 255 or 35.29% from 357); Blue value is 96 (37.89% from 255 or 26.89% from 357); Max value from RGB is 135 - color contains mainly: red. Hex color #877E60 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #877E60 is #78819F. Grayscale: #7D7D7D. Windows color (decimal): -7897504 or 6323847. OLE color: 6323847.

HSL color Cylindrical-coordinate representation of color #877E60: hue angle of 46.15º degrees, saturation: 0.17, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #877E60 is Cyan = 0, Magento = 0.07, Yellow = 0.29 and Black (K on CMYK) = 0.47.

Color convert

RGB13512696-
CMYK00.070.290.47
HSL46.15º16.88%45.29%-
HSV(B)46.15º28.89%52.94%-
XYZ19.5620.9214.07-
YUV125.27111.48134.94-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 37.82%
GREEN value IS 126 (49.61% from 255) = 35.29%
BLUE value IS 96 (37.89% from 255) = 26.89%
R=37.82%
G=35.29%
B=26.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.29
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1351269600.070.290.4746.1516.8845.29
Hex877E60071D2F2e112d
Octal207176140073557562155
Binary100001111111110110000001111110110111110111010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #877E60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #877E60; }

 p { color: rgb(135,126,96); }

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

<style>
 a { background-color: #877E60; }

 a { background-color: rgb(135,126,96); }

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

<style>
 span { border-color: #877E60; }

 span { border-color: rgb(135,126,96); }

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