Shades of Olive Haze #888062
Tints of Olive Haze #888062
RGB
CMYK
RGB Variations
Color information
#888062 (or 0x888062) is known color: Olive Haze. HEX triplet: 88, 80 and 62. RGB value is (136,128,98). Sum of RGB (Red+Green+Blue) = 136+128+98=362 (47% of max value = 765). Red value is 136 (53.52% from 255 or 37.57% from 362); Green value is 128 (50.39% from 255 or 35.36% from 362); Blue value is 98 (38.67% from 255 or 27.07% from 362); Max value from RGB is 136 - color contains mainly: red. Hex color #888062 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #888062 is #777F9D. Grayscale: #7F7F7F. Windows color (decimal): -7831454 or 6455432. OLE color: 6455432.
HSL color Cylindrical-coordinate representation of color #888062: hue angle of 47.37º degrees, saturation: 0.16, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #888062 is Cyan = 0, Magento = 0.06, Yellow = 0.28 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 128 | 98 | - |
| CMYK | 0 | 0.06 | 0.28 | 0.47 |
| HSL | 47.37º | 0.16% | 0.46% | - |
| HSV(B) | 47.37º | 0.28% | 0.53% | - |
| XYZ | 20.08 | 21.55 | 14.66 | - |
| YUV | 126.97 | 111.65 | 134.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 128 | 98 | 0 | 0.06 | 0.28 | 0.47 | 47.37 | 0.16 | 0.46 |
| Hex | 88 | 80 | 62 | 0 | 6 | 1C | 2F | 2F | 10 | 2E |
| Octal | 210 | 200 | 142 | 0 | 6 | 34 | 57 | 57 | 20 | 56 |
| Binary | 10001000 | 10000000 | 1100010 | 0 | 110 | 11100 | 101111 | 101111 | 10000 | 101110 |
Color Harmonies of #888062
Complementary color
Monochromatic Colors of #888062
Black with #888062
Text Example
Text Example
White with #888062
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #888062; }
p { color: rgb(136,128,98); }
H1.HeaderClassName
{
color: #888062;
}
.AnyTagClassName
{
color: #888062;
}
</style>
background-color css
<style>
a { background-color: #888062; }
a { background-color: rgb(136,128,98); }
div.DivClassName
{
background-color: #888062;
}
.BgClassName
{
background-color: #888062;
}
</style>
border-color css
<style>
span { border-color: #888062; }
span { border-color: rgb(136,128,98); }
td.TdClassName
{
border-color: #888062;
}
.TagClassName
{
border-color: #888062;
}
</style>