Shades of Olive Haze #888262
Tints of Olive Haze #888262
RGB
CMYK
RGB Variations
Color information
#888262 (or 0x888262) is known color: Olive Haze. HEX triplet: 88, 82 and 62. RGB value is (136,130,98). Sum of RGB (Red+Green+Blue) = 136+130+98=364 (48% of max value = 765). Red value is 136 (53.52% from 255 or 37.36% from 364); Green value is 130 (51.17% from 255 or 35.71% from 364); Blue value is 98 (38.67% from 255 or 26.92% from 364); Max value from RGB is 136 - color contains mainly: red. Hex color #888262 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #888262 is #777D9D. Grayscale: #808080. Windows color (decimal): -7830942 or 6455944. OLE color: 6455944.
HSL color Cylindrical-coordinate representation of color #888262: hue angle of 50.53º 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 #888262 is Cyan = 0, Magento = 0.04, Yellow = 0.28 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 130 | 98 | - |
| CMYK | 0 | 0.04 | 0.28 | 0.47 |
| HSL | 50.53º | 0.16% | 0.46% | - |
| HSV(B) | 50.53º | 0.28% | 0.53% | - |
| XYZ | 20.34 | 22.08 | 14.75 | - |
| YUV | 128.15 | 110.99 | 133.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 130 | 98 | 0 | 0.04 | 0.28 | 0.47 | 50.53 | 0.16 | 0.46 |
| Hex | 88 | 82 | 62 | 0 | 4 | 1C | 2F | 33 | 10 | 2E |
| Octal | 210 | 202 | 142 | 0 | 4 | 34 | 57 | 63 | 20 | 56 |
| Binary | 10001000 | 10000010 | 1100010 | 0 | 100 | 11100 | 101111 | 110011 | 10000 | 101110 |
Color Harmonies of #888262
Complementary color
Monochromatic Colors of #888262
Black with #888262
Text Example
Text Example
White with #888262
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #888262; }
p { color: rgb(136,130,98); }
H1.HeaderClassName
{
color: #888262;
}
.AnyTagClassName
{
color: #888262;
}
</style>
background-color css
<style>
a { background-color: #888262; }
a { background-color: rgb(136,130,98); }
div.DivClassName
{
background-color: #888262;
}
.BgClassName
{
background-color: #888262;
}
</style>
border-color css
<style>
span { border-color: #888262; }
span { border-color: rgb(136,130,98); }
td.TdClassName
{
border-color: #888262;
}
.TagClassName
{
border-color: #888262;
}
</style>