Shades of Olive Haze #867E5F
Tints of Olive Haze #867E5F
RGB
CMYK
RGB Variations
Color information
#867E5F (or 0x867E5F) is known color: Olive Haze. HEX triplet: 86, 7E and 5F. RGB value is (134,126,95). Sum of RGB (Red+Green+Blue) = 134+126+95=355 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.75% from 355); Green value is 126 (49.61% from 255 or 35.49% from 355); Blue value is 95 (37.5% from 255 or 26.76% from 355); Max value from RGB is 134 - color contains mainly: red. Hex color #867E5F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #867E5F is #7981A0. Grayscale: #7C7C7C. Windows color (decimal): -7963041 or 6258310. OLE color: 6258310.
HSL color Cylindrical-coordinate representation of color #867E5F: hue angle of 47.69º degrees, saturation: 0.17, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #867E5F is Cyan = 0, Magento = 0.06, Yellow = 0.29 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 126 | 95 | - |
| CMYK | 0 | 0.06 | 0.29 | 0.47 |
| HSL | 47.69º | 0.17% | 0.45% | - |
| HSV(B) | 47.69º | 0.29% | 0.53% | - |
| XYZ | 19.36 | 20.82 | 13.82 | - |
| YUV | 124.86 | 111.15 | 134.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 126 | 95 | 0 | 0.06 | 0.29 | 0.47 | 47.69 | 0.17 | 0.45 |
| Hex | 86 | 7E | 5F | 0 | 6 | 1D | 2F | 30 | 11 | 2D |
| Octal | 206 | 176 | 137 | 0 | 6 | 35 | 57 | 60 | 21 | 55 |
| Binary | 10000110 | 1111110 | 1011111 | 0 | 110 | 11101 | 101111 | 110000 | 10001 | 101101 |
Color Harmonies of #867E5F
Complementary color
Monochromatic Colors of #867E5F
Black with #867E5F
Text Example
Text Example
White with #867E5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #867E5F; }
p { color: rgb(134,126,95); }
H1.HeaderClassName
{
color: #867E5F;
}
.AnyTagClassName
{
color: #867E5F;
}
</style>
background-color css
<style>
a { background-color: #867E5F; }
a { background-color: rgb(134,126,95); }
div.DivClassName
{
background-color: #867E5F;
}
.BgClassName
{
background-color: #867E5F;
}
</style>
border-color css
<style>
span { border-color: #867E5F; }
span { border-color: rgb(134,126,95); }
td.TdClassName
{
border-color: #867E5F;
}
.TagClassName
{
border-color: #867E5F;
}
</style>