Shades of Olive Haze #878166
Tints of Olive Haze #878166
RGB
CMYK
RGB Variations
Color information
#878166 (or 0x878166) is known color: Olive Haze. HEX triplet: 87, 81 and 66. RGB value is (135,129,102). Sum of RGB (Red+Green+Blue) = 135+129+102=366 (48% of max value = 765). Red value is 135 (53.12% from 255 or 36.89% from 366); Green value is 129 (50.78% from 255 or 35.25% from 366); Blue value is 102 (40.23% from 255 or 27.87% from 366); Max value from RGB is 135 - color contains mainly: red. Hex color #878166 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #878166 is #787E99. Grayscale: #7F7F7F. Windows color (decimal): -7896730 or 6717831. OLE color: 6717831.
HSL color Cylindrical-coordinate representation of color #878166: hue angle of 49.09º degrees, saturation: 0.14, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #878166 is Cyan = 0, Magento = 0.04, Yellow = 0.24 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 129 | 102 | - |
| CMYK | 0 | 0.04 | 0.24 | 0.47 |
| HSL | 49.09º | 0.14% | 0.46% | - |
| HSV(B) | 49.09º | 0.24% | 0.53% | - |
| XYZ | 20.24 | 21.81 | 15.71 | - |
| YUV | 127.72 | 113.49 | 133.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 129 | 102 | 0 | 0.04 | 0.24 | 0.47 | 49.09 | 0.14 | 0.46 |
| Hex | 87 | 81 | 66 | 0 | 4 | 18 | 2F | 31 | E | 2E |
| Octal | 207 | 201 | 146 | 0 | 4 | 30 | 57 | 61 | 16 | 56 |
| Binary | 10000111 | 10000001 | 1100110 | 0 | 100 | 11000 | 101111 | 110001 | 1110 | 101110 |
Color Harmonies of #878166
Complementary color
Monochromatic Colors of #878166
Black with #878166
Text Example
Text Example
White with #878166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #878166; }
p { color: rgb(135,129,102); }
H1.HeaderClassName
{
color: #878166;
}
.AnyTagClassName
{
color: #878166;
}
</style>
background-color css
<style>
a { background-color: #878166; }
a { background-color: rgb(135,129,102); }
div.DivClassName
{
background-color: #878166;
}
.BgClassName
{
background-color: #878166;
}
</style>
border-color css
<style>
span { border-color: #878166; }
span { border-color: rgb(135,129,102); }
td.TdClassName
{
border-color: #878166;
}
.TagClassName
{
border-color: #878166;
}
</style>