Shades of Olive Haze #888160
Tints of Olive Haze #888160
RGB
CMYK
RGB Variations
Color information
#888160 (or 0x888160) is known color: Olive Haze. HEX triplet: 88, 81 and 60. RGB value is (136,129,96). Sum of RGB (Red+Green+Blue) = 136+129+96=361 (47% of max value = 765). Red value is 136 (53.52% from 255 or 37.67% from 361); Green value is 129 (50.78% from 255 or 35.73% from 361); Blue value is 96 (37.89% from 255 or 26.59% from 361); Max value from RGB is 136 - color contains mainly: red. Hex color #888160 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #888160 is #777E9F. Grayscale: #7F7F7F. Windows color (decimal): -7831200 or 6324616. OLE color: 6324616.
HSL color Cylindrical-coordinate representation of color #888160: hue angle of 49.5º degrees, saturation: 0.17, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #888160 is Cyan = 0, Magento = 0.05, Yellow = 0.29 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 129 | 96 | - |
| CMYK | 0 | 0.05 | 0.29 | 0.47 |
| HSL | 49.5º | 0.17% | 0.45% | - |
| HSV(B) | 49.5º | 0.29% | 0.53% | - |
| XYZ | 20.11 | 21.78 | 14.21 | - |
| YUV | 127.33 | 110.32 | 134.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 129 | 96 | 0 | 0.05 | 0.29 | 0.47 | 49.5 | 0.17 | 0.45 |
| Hex | 88 | 81 | 60 | 0 | 5 | 1D | 2F | 32 | 11 | 2D |
| Octal | 210 | 201 | 140 | 0 | 5 | 35 | 57 | 62 | 21 | 55 |
| Binary | 10001000 | 10000001 | 1100000 | 0 | 101 | 11101 | 101111 | 110010 | 10001 | 101101 |
Color Harmonies of #888160
Complementary color
Monochromatic Colors of #888160
Black with #888160
Text Example
Text Example
White with #888160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #888160; }
p { color: rgb(136,129,96); }
H1.HeaderClassName
{
color: #888160;
}
.AnyTagClassName
{
color: #888160;
}
</style>
background-color css
<style>
a { background-color: #888160; }
a { background-color: rgb(136,129,96); }
div.DivClassName
{
background-color: #888160;
}
.BgClassName
{
background-color: #888160;
}
</style>
border-color css
<style>
span { border-color: #888160; }
span { border-color: rgb(136,129,96); }
td.TdClassName
{
border-color: #888160;
}
.TagClassName
{
border-color: #888160;
}
</style>