Shades of Olive Haze #888168
Tints of Olive Haze #888168
RGB
CMYK
RGB Variations
Color information
#888168 (or 0x888168) is known color: Olive Haze. HEX triplet: 88, 81 and 68. RGB value is (136,129,104). Sum of RGB (Red+Green+Blue) = 136+129+104=369 (48% of max value = 765). Red value is 136 (53.52% from 255 or 36.86% from 369); Green value is 129 (50.78% from 255 or 34.96% from 369); Blue value is 104 (41.02% from 255 or 28.18% from 369); Max value from RGB is 136 - color contains mainly: red. Hex color #888168 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #888168 is #777E97. Grayscale: #808080. Windows color (decimal): -7831192 or 6848904. OLE color: 6848904.
HSL color Cylindrical-coordinate representation of color #888168: hue angle of 46.88º degrees, saturation: 0.13, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #888168 is Cyan = 0, Magento = 0.05, Yellow = 0.24 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 129 | 104 | - |
| CMYK | 0 | 0.05 | 0.24 | 0.47 |
| HSL | 46.88º | 0.13% | 0.47% | - |
| HSV(B) | 46.88º | 0.24% | 0.53% | - |
| XYZ | 20.5 | 21.93 | 16.25 | - |
| YUV | 128.24 | 114.32 | 133.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 129 | 104 | 0 | 0.05 | 0.24 | 0.47 | 46.88 | 0.13 | 0.47 |
| Hex | 88 | 81 | 68 | 0 | 5 | 18 | 2F | 2F | D | 2F |
| Octal | 210 | 201 | 150 | 0 | 5 | 30 | 57 | 57 | 15 | 57 |
| Binary | 10001000 | 10000001 | 1101000 | 0 | 101 | 11000 | 101111 | 101111 | 1101 | 101111 |
Color Harmonies of #888168
Complementary color
Monochromatic Colors of #888168
Black with #888168
Text Example
Text Example
White with #888168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #888168; }
p { color: rgb(136,129,104); }
H1.HeaderClassName
{
color: #888168;
}
.AnyTagClassName
{
color: #888168;
}
</style>
background-color css
<style>
a { background-color: #888168; }
a { background-color: rgb(136,129,104); }
div.DivClassName
{
background-color: #888168;
}
.BgClassName
{
background-color: #888168;
}
</style>
border-color css
<style>
span { border-color: #888168; }
span { border-color: rgb(136,129,104); }
td.TdClassName
{
border-color: #888168;
}
.TagClassName
{
border-color: #888168;
}
</style>