Shades of Olive Haze #888065
Tints of Olive Haze #888065
RGB
CMYK
RGB Variations
Color information
#888065 (or 0x888065) is known color: Olive Haze. HEX triplet: 88, 80 and 65. RGB value is (136,128,101). Sum of RGB (Red+Green+Blue) = 136+128+101=365 (48% of max value = 765). Red value is 136 (53.52% from 255 or 37.26% from 365); Green value is 128 (50.39% from 255 or 35.07% from 365); Blue value is 101 (39.84% from 255 or 27.67% from 365); Max value from RGB is 136 - color contains mainly: red. Hex color #888065 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #888065 is #777F9A. Grayscale: #7F7F7F. Windows color (decimal): -7831451 or 6652040. OLE color: 6652040.
HSL color Cylindrical-coordinate representation of color #888065: hue angle of 46.29º 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 #888065 is Cyan = 0, Magento = 0.06, Yellow = 0.26 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 128 | 101 | - |
| CMYK | 0 | 0.06 | 0.26 | 0.47 |
| HSL | 46.29º | 0.15% | 0.46% | - |
| HSV(B) | 46.29º | 0.26% | 0.53% | - |
| XYZ | 20.22 | 21.61 | 15.42 | - |
| YUV | 127.31 | 113.15 | 134.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 128 | 101 | 0 | 0.06 | 0.26 | 0.47 | 46.29 | 0.15 | 0.46 |
| Hex | 88 | 80 | 65 | 0 | 6 | 1A | 2F | 2E | F | 2E |
| Octal | 210 | 200 | 145 | 0 | 6 | 32 | 57 | 56 | 17 | 56 |
| Binary | 10001000 | 10000000 | 1100101 | 0 | 110 | 11010 | 101111 | 101110 | 1111 | 101110 |
Color Harmonies of #888065
Complementary color
Monochromatic Colors of #888065
Black with #888065
Text Example
Text Example
White with #888065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #888065; }
p { color: rgb(136,128,101); }
H1.HeaderClassName
{
color: #888065;
}
.AnyTagClassName
{
color: #888065;
}
</style>
background-color css
<style>
a { background-color: #888065; }
a { background-color: rgb(136,128,101); }
div.DivClassName
{
background-color: #888065;
}
.BgClassName
{
background-color: #888065;
}
</style>
border-color css
<style>
span { border-color: #888065; }
span { border-color: rgb(136,128,101); }
td.TdClassName
{
border-color: #888065;
}
.TagClassName
{
border-color: #888065;
}
</style>