Shades of Olive Haze #888164
Tints of Olive Haze #888164
RGB
CMYK
RGB Variations
Color information
#888164 (or 0x888164) is known color: Olive Haze. HEX triplet: 88, 81 and 64. RGB value is (136,129,100). Sum of RGB (Red+Green+Blue) = 136+129+100=365 (48% of max value = 765). Red value is 136 (53.52% from 255 or 37.26% from 365); Green value is 129 (50.78% from 255 or 35.34% from 365); Blue value is 100 (39.45% from 255 or 27.40% from 365); Max value from RGB is 136 - color contains mainly: red. Hex color #888164 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #888164 is #777E9B. Grayscale: #7F7F7F. Windows color (decimal): -7831196 or 6586760. OLE color: 6586760.
HSL color Cylindrical-coordinate representation of color #888164: hue angle of 48.33º degrees, saturation: 0.15, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #888164 is Cyan = 0, Magento = 0.05, Yellow = 0.26 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 129 | 100 | - |
| CMYK | 0 | 0.05 | 0.26 | 0.47 |
| HSL | 48.33º | 0.15% | 0.46% | - |
| HSV(B) | 48.33º | 0.26% | 0.53% | - |
| XYZ | 20.3 | 21.85 | 15.2 | - |
| YUV | 127.79 | 112.32 | 133.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 129 | 100 | 0 | 0.05 | 0.26 | 0.47 | 48.33 | 0.15 | 0.46 |
| Hex | 88 | 81 | 64 | 0 | 5 | 1A | 2F | 30 | F | 2E |
| Octal | 210 | 201 | 144 | 0 | 5 | 32 | 57 | 60 | 17 | 56 |
| Binary | 10001000 | 10000001 | 1100100 | 0 | 101 | 11010 | 101111 | 110000 | 1111 | 101110 |
Color Harmonies of #888164
Complementary color
Monochromatic Colors of #888164
Black with #888164
Text Example
Text Example
White with #888164
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #888164; }
p { color: rgb(136,129,100); }
H1.HeaderClassName
{
color: #888164;
}
.AnyTagClassName
{
color: #888164;
}
</style>
background-color css
<style>
a { background-color: #888164; }
a { background-color: rgb(136,129,100); }
div.DivClassName
{
background-color: #888164;
}
.BgClassName
{
background-color: #888164;
}
</style>
border-color css
<style>
span { border-color: #888164; }
span { border-color: rgb(136,129,100); }
td.TdClassName
{
border-color: #888164;
}
.TagClassName
{
border-color: #888164;
}
</style>