Shades of Olive Haze #868066
Tints of Olive Haze #868066
RGB
CMYK
RGB Variations
Color information
#868066 (or 0x868066) is known color: Olive Haze. HEX triplet: 86, 80 and 66. RGB value is (134,128,102). Sum of RGB (Red+Green+Blue) = 134+128+102=364 (48% of max value = 765). Red value is 134 (52.73% from 255 or 36.81% from 364); Green value is 128 (50.39% from 255 or 35.16% from 364); Blue value is 102 (40.23% from 255 or 28.02% from 364); Max value from RGB is 134 - color contains mainly: red. Hex color #868066 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #868066 is #797F99. Grayscale: #7E7E7E. Windows color (decimal): -7962522 or 6717574. OLE color: 6717574.
HSL color Cylindrical-coordinate representation of color #868066: hue angle of 48.75º degrees, saturation: 0.14, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #868066 is Cyan = 0, Magento = 0.04, Yellow = 0.24 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 128 | 102 | - |
| CMYK | 0 | 0.04 | 0.24 | 0.47 |
| HSL | 48.75º | 0.14% | 0.46% | - |
| HSV(B) | 48.75º | 0.24% | 0.53% | - |
| XYZ | 19.95 | 21.47 | 15.66 | - |
| YUV | 126.83 | 113.99 | 133.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 128 | 102 | 0 | 0.04 | 0.24 | 0.47 | 48.75 | 0.14 | 0.46 |
| Hex | 86 | 80 | 66 | 0 | 4 | 18 | 2F | 31 | E | 2E |
| Octal | 206 | 200 | 146 | 0 | 4 | 30 | 57 | 61 | 16 | 56 |
| Binary | 10000110 | 10000000 | 1100110 | 0 | 100 | 11000 | 101111 | 110001 | 1110 | 101110 |
Color Harmonies of #868066
Complementary color
Monochromatic Colors of #868066
Black with #868066
Text Example
Text Example
White with #868066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #868066; }
p { color: rgb(134,128,102); }
H1.HeaderClassName
{
color: #868066;
}
.AnyTagClassName
{
color: #868066;
}
</style>
background-color css
<style>
a { background-color: #868066; }
a { background-color: rgb(134,128,102); }
div.DivClassName
{
background-color: #868066;
}
.BgClassName
{
background-color: #868066;
}
</style>
border-color css
<style>
span { border-color: #868066; }
span { border-color: rgb(134,128,102); }
td.TdClassName
{
border-color: #868066;
}
.TagClassName
{
border-color: #868066;
}
</style>