Shades of Olive Haze #888165
Tints of Olive Haze #888165
RGB
CMYK
RGB Variations
Color information
#888165 (or 0x888165) is known color: Olive Haze. HEX triplet: 88, 81 and 65. RGB value is (136,129,101). Sum of RGB (Red+Green+Blue) = 136+129+101=366 (48% of max value = 765). Red value is 136 (53.52% from 255 or 37.16% from 366); Green value is 129 (50.78% from 255 or 35.25% from 366); Blue value is 101 (39.84% from 255 or 27.60% from 366); Max value from RGB is 136 - color contains mainly: red. Hex color #888165 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #888165 is #777E9A. Grayscale: #808080. Windows color (decimal): -7831195 or 6652296. OLE color: 6652296.
HSL color Cylindrical-coordinate representation of color #888165: hue angle of 48º 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 #888165 is Cyan = 0, Magento = 0.05, Yellow = 0.26 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 129 | 101 | - |
| CMYK | 0 | 0.05 | 0.26 | 0.47 |
| HSL | 48º | 0.15% | 0.46% | - |
| HSV(B) | 48º | 0.26% | 0.53% | - |
| XYZ | 20.35 | 21.87 | 15.46 | - |
| YUV | 127.9 | 112.82 | 133.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 129 | 101 | 0 | 0.05 | 0.26 | 0.47 | 48 | 0.15 | 0.46 |
| Hex | 88 | 81 | 65 | 0 | 5 | 1A | 2F | 30 | F | 2E |
| Octal | 210 | 201 | 145 | 0 | 5 | 32 | 57 | 60 | 17 | 56 |
| Binary | 10001000 | 10000001 | 1100101 | 0 | 101 | 11010 | 101111 | 110000 | 1111 | 101110 |
Color Harmonies of #888165
Complementary color
Monochromatic Colors of #888165
Black with #888165
Text Example
Text Example
White with #888165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #888165; }
p { color: rgb(136,129,101); }
H1.HeaderClassName
{
color: #888165;
}
.AnyTagClassName
{
color: #888165;
}
</style>
background-color css
<style>
a { background-color: #888165; }
a { background-color: rgb(136,129,101); }
div.DivClassName
{
background-color: #888165;
}
.BgClassName
{
background-color: #888165;
}
</style>
border-color css
<style>
span { border-color: #888165; }
span { border-color: rgb(136,129,101); }
td.TdClassName
{
border-color: #888165;
}
.TagClassName
{
border-color: #888165;
}
</style>