Shades of Olive Haze #888066
Tints of Olive Haze #888066
RGB
CMYK
RGB Variations
Color information
#888066 (or 0x888066) is known color: Olive Haze. HEX triplet: 88, 80 and 66. RGB value is (136,128,102). Sum of RGB (Red+Green+Blue) = 136+128+102=366 (48% of max value = 765). Red value is 136 (53.52% from 255 or 37.16% from 366); Green value is 128 (50.39% from 255 or 34.97% from 366); Blue value is 102 (40.23% from 255 or 27.87% from 366); Max value from RGB is 136 - color contains mainly: red. Hex color #888066 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #888066 is #777F99. Grayscale: #7F7F7F. Windows color (decimal): -7831450 or 6717576. OLE color: 6717576.
HSL color Cylindrical-coordinate representation of color #888066: hue angle of 45.88º degrees, saturation: 0.14, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #888066 is Cyan = 0, Magento = 0.06, Yellow = 0.25 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 128 | 102 | - |
| CMYK | 0 | 0.06 | 0.25 | 0.47 |
| HSL | 45.88º | 0.14% | 0.47% | - |
| HSV(B) | 45.88º | 0.25% | 0.53% | - |
| XYZ | 20.27 | 21.63 | 15.68 | - |
| YUV | 127.43 | 113.65 | 134.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 128 | 102 | 0 | 0.06 | 0.25 | 0.47 | 45.88 | 0.14 | 0.47 |
| Hex | 88 | 80 | 66 | 0 | 6 | 19 | 2F | 2E | E | 2F |
| Octal | 210 | 200 | 146 | 0 | 6 | 31 | 57 | 56 | 16 | 57 |
| Binary | 10001000 | 10000000 | 1100110 | 0 | 110 | 11001 | 101111 | 101110 | 1110 | 101111 |
Color Harmonies of #888066
Complementary color
Monochromatic Colors of #888066
Black with #888066
Text Example
Text Example
White with #888066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #888066; }
p { color: rgb(136,128,102); }
H1.HeaderClassName
{
color: #888066;
}
.AnyTagClassName
{
color: #888066;
}
</style>
background-color css
<style>
a { background-color: #888066; }
a { background-color: rgb(136,128,102); }
div.DivClassName
{
background-color: #888066;
}
.BgClassName
{
background-color: #888066;
}
</style>
border-color css
<style>
span { border-color: #888066; }
span { border-color: rgb(136,128,102); }
td.TdClassName
{
border-color: #888066;
}
.TagClassName
{
border-color: #888066;
}
</style>