Shades of Olive Haze #878165
Tints of Olive Haze #878165
RGB
CMYK
RGB Variations
Color information
#878165 (or 0x878165) is known color: Olive Haze. HEX triplet: 87, 81 and 65. RGB value is (135,129,101). Sum of RGB (Red+Green+Blue) = 135+129+101=365 (48% of max value = 765). Red value is 135 (53.12% from 255 or 36.99% from 365); Green value is 129 (50.78% from 255 or 35.34% from 365); Blue value is 101 (39.84% from 255 or 27.67% from 365); Max value from RGB is 135 - color contains mainly: red. Hex color #878165 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #878165 is #787E9A. Grayscale: #7F7F7F. Windows color (decimal): -7896731 or 6652295. OLE color: 6652295.
HSL color Cylindrical-coordinate representation of color #878165: hue angle of 49.41º 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 #878165 is Cyan = 0, Magento = 0.04, Yellow = 0.25 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 129 | 101 | - |
| CMYK | 0 | 0.04 | 0.25 | 0.47 |
| HSL | 49.41º | 0.14% | 0.46% | - |
| HSV(B) | 49.41º | 0.25% | 0.53% | - |
| XYZ | 20.19 | 21.79 | 15.45 | - |
| YUV | 127.6 | 112.99 | 133.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 129 | 101 | 0 | 0.04 | 0.25 | 0.47 | 49.41 | 0.14 | 0.46 |
| Hex | 87 | 81 | 65 | 0 | 4 | 19 | 2F | 31 | E | 2E |
| Octal | 207 | 201 | 145 | 0 | 4 | 31 | 57 | 61 | 16 | 56 |
| Binary | 10000111 | 10000001 | 1100101 | 0 | 100 | 11001 | 101111 | 110001 | 1110 | 101110 |
Color Harmonies of #878165
Complementary color
Monochromatic Colors of #878165
Black with #878165
Text Example
Text Example
White with #878165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #878165; }
p { color: rgb(135,129,101); }
H1.HeaderClassName
{
color: #878165;
}
.AnyTagClassName
{
color: #878165;
}
</style>
background-color css
<style>
a { background-color: #878165; }
a { background-color: rgb(135,129,101); }
div.DivClassName
{
background-color: #878165;
}
.BgClassName
{
background-color: #878165;
}
</style>
border-color css
<style>
span { border-color: #878165; }
span { border-color: rgb(135,129,101); }
td.TdClassName
{
border-color: #878165;
}
.TagClassName
{
border-color: #878165;
}
</style>