Shades of Olive Haze #878168
Tints of Olive Haze #878168
RGB
CMYK
RGB Variations
Color information
#878168 (or 0x878168) is known color: Olive Haze. HEX triplet: 87, 81 and 68. RGB value is (135,129,104). Sum of RGB (Red+Green+Blue) = 135+129+104=368 (48% of max value = 765). Red value is 135 (53.12% from 255 or 36.68% from 368); Green value is 129 (50.78% from 255 or 35.05% from 368); Blue value is 104 (41.02% from 255 or 28.26% from 368); Max value from RGB is 135 - color contains mainly: red. Hex color #878168 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #878168 is #787E97. Grayscale: #808080. Windows color (decimal): -7896728 or 6848903. OLE color: 6848903.
HSL color Cylindrical-coordinate representation of color #878168: hue angle of 48.39º degrees, saturation: 0.13, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #878168 is Cyan = 0, Magento = 0.04, Yellow = 0.23 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 129 | 104 | - |
| CMYK | 0 | 0.04 | 0.23 | 0.47 |
| HSL | 48.39º | 0.13% | 0.47% | - |
| HSV(B) | 48.39º | 0.23% | 0.53% | - |
| XYZ | 20.34 | 21.85 | 16.24 | - |
| YUV | 127.94 | 114.49 | 133.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 129 | 104 | 0 | 0.04 | 0.23 | 0.47 | 48.39 | 0.13 | 0.47 |
| Hex | 87 | 81 | 68 | 0 | 4 | 17 | 2F | 30 | D | 2F |
| Octal | 207 | 201 | 150 | 0 | 4 | 27 | 57 | 60 | 15 | 57 |
| Binary | 10000111 | 10000001 | 1101000 | 0 | 100 | 10111 | 101111 | 110000 | 1101 | 101111 |
Color Harmonies of #878168
Complementary color
Monochromatic Colors of #878168
Black with #878168
Text Example
Text Example
White with #878168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #878168; }
p { color: rgb(135,129,104); }
H1.HeaderClassName
{
color: #878168;
}
.AnyTagClassName
{
color: #878168;
}
</style>
background-color css
<style>
a { background-color: #878168; }
a { background-color: rgb(135,129,104); }
div.DivClassName
{
background-color: #878168;
}
.BgClassName
{
background-color: #878168;
}
</style>
border-color css
<style>
span { border-color: #878168; }
span { border-color: rgb(135,129,104); }
td.TdClassName
{
border-color: #878168;
}
.TagClassName
{
border-color: #878168;
}
</style>