Shades of Olive Haze #877E60
Tints of Olive Haze #877E60
RGB
CMYK
RGB Variations
Color information
#877E60 (or 0x877E60) is known color: 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
| RGB | 135 | 126 | 96 | - |
| CMYK | 0 | 0.07 | 0.29 | 0.47 |
| HSL | 46.15º | 0.17% | 0.45% | - |
| HSV(B) | 46.15º | 0.29% | 0.53% | - |
| XYZ | 19.56 | 20.92 | 14.07 | - |
| YUV | 125.27 | 111.48 | 134.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 126 | 96 | 0 | 0.07 | 0.29 | 0.47 | 46.15 | 0.17 | 0.45 |
| Hex | 87 | 7E | 60 | 0 | 7 | 1D | 2F | 2E | 11 | 2D |
| Octal | 207 | 176 | 140 | 0 | 7 | 35 | 57 | 56 | 21 | 55 |
| Binary | 10000111 | 1111110 | 1100000 | 0 | 111 | 11101 | 101111 | 101110 | 10001 | 101101 |
Color Harmonies of #877E60
Complementary color
Monochromatic Colors of #877E60
Black with #877E60
Text Example
Text Example
White with #877E60
Text Example
Text Example
HTML Codes & Css Web 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>