Shades of Olive Haze #888166
Tints of Olive Haze #888166
RGB
CMYK
RGB Variations
Color information
#888166 (or 0x888166) is known color: Olive Haze. HEX triplet: 88, 81 and 66. RGB value is (136,129,102). Sum of RGB (Red+Green+Blue) = 136+129+102=367 (48% of max value = 765). Red value is 136 (53.52% from 255 or 37.06% from 367); Green value is 129 (50.78% from 255 or 35.15% from 367); Blue value is 102 (40.23% from 255 or 27.79% from 367); Max value from RGB is 136 - color contains mainly: red. Hex color #888166 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #888166 is #777E99. Grayscale: #808080. Windows color (decimal): -7831194 or 6717832. OLE color: 6717832.
HSL color Cylindrical-coordinate representation of color #888166: hue angle of 47.65º degrees, saturation: 0.14, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #888166 is Cyan = 0, Magento = 0.05, Yellow = 0.25 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 129 | 102 | - |
| CMYK | 0 | 0.05 | 0.25 | 0.47 |
| HSL | 47.65º | 0.14% | 0.47% | - |
| HSV(B) | 47.65º | 0.25% | 0.53% | - |
| XYZ | 20.4 | 21.89 | 15.72 | - |
| YUV | 128.02 | 113.32 | 133.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 129 | 102 | 0 | 0.05 | 0.25 | 0.47 | 47.65 | 0.14 | 0.47 |
| Hex | 88 | 81 | 66 | 0 | 5 | 19 | 2F | 30 | E | 2F |
| Octal | 210 | 201 | 146 | 0 | 5 | 31 | 57 | 60 | 16 | 57 |
| Binary | 10001000 | 10000001 | 1100110 | 0 | 101 | 11001 | 101111 | 110000 | 1110 | 101111 |
Color Harmonies of #888166
Complementary color
Monochromatic Colors of #888166
Black with #888166
Text Example
Text Example
White with #888166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #888166; }
p { color: rgb(136,129,102); }
H1.HeaderClassName
{
color: #888166;
}
.AnyTagClassName
{
color: #888166;
}
</style>
background-color css
<style>
a { background-color: #888166; }
a { background-color: rgb(136,129,102); }
div.DivClassName
{
background-color: #888166;
}
.BgClassName
{
background-color: #888166;
}
</style>
border-color css
<style>
span { border-color: #888166; }
span { border-color: rgb(136,129,102); }
td.TdClassName
{
border-color: #888166;
}
.TagClassName
{
border-color: #888166;
}
</style>