Shades of Olive Haze #878065
Tints of Olive Haze #878065
RGB
CMYK
RGB Variations
Color information
#878065 (or 0x878065) is known color: Olive Haze. HEX triplet: 87, 80 and 65. RGB value is (135,128,101). Sum of RGB (Red+Green+Blue) = 135+128+101=364 (48% of max value = 765). Red value is 135 (53.12% from 255 or 37.09% from 364); Green value is 128 (50.39% from 255 or 35.16% from 364); Blue value is 101 (39.84% from 255 or 27.75% from 364); Max value from RGB is 135 - color contains mainly: red. Hex color #878065 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #878065 is #787F9A. Grayscale: #7F7F7F. Windows color (decimal): -7896987 or 6652039. OLE color: 6652039.
HSL color Cylindrical-coordinate representation of color #878065: hue angle of 47.65º degrees, saturation: 0.14, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #878065 is Cyan = 0, Magento = 0.05, Yellow = 0.25 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 128 | 101 | - |
| CMYK | 0 | 0.05 | 0.25 | 0.47 |
| HSL | 47.65º | 0.14% | 0.46% | - |
| HSV(B) | 47.65º | 0.25% | 0.53% | - |
| XYZ | 20.06 | 21.53 | 15.41 | - |
| YUV | 127.02 | 113.32 | 133.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 128 | 101 | 0 | 0.05 | 0.25 | 0.47 | 47.65 | 0.14 | 0.46 |
| Hex | 87 | 80 | 65 | 0 | 5 | 19 | 2F | 30 | E | 2E |
| Octal | 207 | 200 | 145 | 0 | 5 | 31 | 57 | 60 | 16 | 56 |
| Binary | 10000111 | 10000000 | 1100101 | 0 | 101 | 11001 | 101111 | 110000 | 1110 | 101110 |
Color Harmonies of #878065
Complementary color
Monochromatic Colors of #878065
Black with #878065
Text Example
Text Example
White with #878065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #878065; }
p { color: rgb(135,128,101); }
H1.HeaderClassName
{
color: #878065;
}
.AnyTagClassName
{
color: #878065;
}
</style>
background-color css
<style>
a { background-color: #878065; }
a { background-color: rgb(135,128,101); }
div.DivClassName
{
background-color: #878065;
}
.BgClassName
{
background-color: #878065;
}
</style>
border-color css
<style>
span { border-color: #878065; }
span { border-color: rgb(135,128,101); }
td.TdClassName
{
border-color: #878065;
}
.TagClassName
{
border-color: #878065;
}
</style>