Shades of Olive Haze #878061
Tints of Olive Haze #878061
RGB
CMYK
RGB Variations
Color information
#878061 (or 0x878061) is known color: Olive Haze. HEX triplet: 87, 80 and 61. RGB value is (135,128,97). Sum of RGB (Red+Green+Blue) = 135+128+97=360 (47% of max value = 765). Red value is 135 (53.12% from 255 or 37.5% from 360); Green value is 128 (50.39% from 255 or 35.56% from 360); Blue value is 97 (38.28% from 255 or 26.94% from 360); Max value from RGB is 135 - color contains mainly: red. Hex color #878061 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #878061 is #787F9E. Grayscale: #7E7E7E. Windows color (decimal): -7896991 or 6389895. OLE color: 6389895.
HSL color Cylindrical-coordinate representation of color #878061: hue angle of 48.95º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #878061 is Cyan = 0, Magento = 0.05, Yellow = 0.28 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 128 | 97 | - |
| CMYK | 0 | 0.05 | 0.28 | 0.47 |
| HSL | 48.95º | 0.16% | 0.45% | - |
| HSV(B) | 48.95º | 0.28% | 0.53% | - |
| XYZ | 19.87 | 21.45 | 14.4 | - |
| YUV | 126.56 | 111.32 | 134.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 128 | 97 | 0 | 0.05 | 0.28 | 0.47 | 48.95 | 0.16 | 0.45 |
| Hex | 87 | 80 | 61 | 0 | 5 | 1C | 2F | 31 | 10 | 2D |
| Octal | 207 | 200 | 141 | 0 | 5 | 34 | 57 | 61 | 20 | 55 |
| Binary | 10000111 | 10000000 | 1100001 | 0 | 101 | 11100 | 101111 | 110001 | 10000 | 101101 |
Color Harmonies of #878061
Complementary color
Monochromatic Colors of #878061
Black with #878061
Text Example
Text Example
White with #878061
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #878061; }
p { color: rgb(135,128,97); }
H1.HeaderClassName
{
color: #878061;
}
.AnyTagClassName
{
color: #878061;
}
</style>
background-color css
<style>
a { background-color: #878061; }
a { background-color: rgb(135,128,97); }
div.DivClassName
{
background-color: #878061;
}
.BgClassName
{
background-color: #878061;
}
</style>
border-color css
<style>
span { border-color: #878061; }
span { border-color: rgb(135,128,97); }
td.TdClassName
{
border-color: #878061;
}
.TagClassName
{
border-color: #878061;
}
</style>