Shades of Olive Haze #867E66
Tints of Olive Haze #867E66
RGB
CMYK
RGB Variations
Color information
#867E66 (or 0x867E66) is known color: Olive Haze. HEX triplet: 86, 7E and 66. RGB value is (134,126,102). Sum of RGB (Red+Green+Blue) = 134+126+102=362 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.02% from 362); Green value is 126 (49.61% from 255 or 34.81% from 362); Blue value is 102 (40.23% from 255 or 28.18% from 362); Max value from RGB is 134 - color contains mainly: red. Hex color #867E66 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #867E66 is #798199. Grayscale: #7D7D7D. Windows color (decimal): -7963034 or 6717062. OLE color: 6717062.
HSL color Cylindrical-coordinate representation of color #867E66: hue angle of 45º 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 #867E66 is Cyan = 0, Magento = 0.06, Yellow = 0.24 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 126 | 102 | - |
| CMYK | 0 | 0.06 | 0.24 | 0.47 |
| HSL | 45º | 0.14% | 0.46% | - |
| HSV(B) | 45º | 0.24% | 0.53% | - |
| XYZ | 19.69 | 20.95 | 15.58 | - |
| YUV | 125.66 | 114.65 | 133.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 126 | 102 | 0 | 0.06 | 0.24 | 0.47 | 45 | 0.14 | 0.46 |
| Hex | 86 | 7E | 66 | 0 | 6 | 18 | 2F | 2D | E | 2E |
| Octal | 206 | 176 | 146 | 0 | 6 | 30 | 57 | 55 | 16 | 56 |
| Binary | 10000110 | 1111110 | 1100110 | 0 | 110 | 11000 | 101111 | 101101 | 1110 | 101110 |
Color Harmonies of #867E66
Complementary color
Monochromatic Colors of #867E66
Black with #867E66
Text Example
Text Example
White with #867E66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #867E66; }
p { color: rgb(134,126,102); }
H1.HeaderClassName
{
color: #867E66;
}
.AnyTagClassName
{
color: #867E66;
}
</style>
background-color css
<style>
a { background-color: #867E66; }
a { background-color: rgb(134,126,102); }
div.DivClassName
{
background-color: #867E66;
}
.BgClassName
{
background-color: #867E66;
}
</style>
border-color css
<style>
span { border-color: #867E66; }
span { border-color: rgb(134,126,102); }
td.TdClassName
{
border-color: #867E66;
}
.TagClassName
{
border-color: #867E66;
}
</style>