Shades of Olive Haze #867F64
Tints of Olive Haze #867F64
RGB
CMYK
RGB Variations
Color information
#867F64 (or 0x867F64) is known color: Olive Haze. HEX triplet: 86, 7F and 64. RGB value is (134,127,100). Sum of RGB (Red+Green+Blue) = 134+127+100=361 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.12% from 361); Green value is 127 (50% from 255 or 35.18% from 361); Blue value is 100 (39.45% from 255 or 27.70% from 361); Max value from RGB is 134 - color contains mainly: red. Hex color #867F64 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #867F64 is #79809B. Grayscale: #7E7E7E. Windows color (decimal): -7962780 or 6586246. OLE color: 6586246.
HSL color Cylindrical-coordinate representation of color #867F64: hue angle of 47.65º degrees, saturation: 0.15, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #867F64 is Cyan = 0, Magento = 0.05, Yellow = 0.25 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 127 | 100 | - |
| CMYK | 0 | 0.05 | 0.25 | 0.47 |
| HSL | 47.65º | 0.15% | 0.46% | - |
| HSV(B) | 47.65º | 0.25% | 0.53% | - |
| XYZ | 19.72 | 21.17 | 15.1 | - |
| YUV | 126.02 | 113.32 | 133.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 127 | 100 | 0 | 0.05 | 0.25 | 0.47 | 47.65 | 0.15 | 0.46 |
| Hex | 86 | 7F | 64 | 0 | 5 | 19 | 2F | 30 | F | 2E |
| Octal | 206 | 177 | 144 | 0 | 5 | 31 | 57 | 60 | 17 | 56 |
| Binary | 10000110 | 1111111 | 1100100 | 0 | 101 | 11001 | 101111 | 110000 | 1111 | 101110 |
Color Harmonies of #867F64
Complementary color
Monochromatic Colors of #867F64
Black with #867F64
Text Example
Text Example
White with #867F64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #867F64; }
p { color: rgb(134,127,100); }
H1.HeaderClassName
{
color: #867F64;
}
.AnyTagClassName
{
color: #867F64;
}
</style>
background-color css
<style>
a { background-color: #867F64; }
a { background-color: rgb(134,127,100); }
div.DivClassName
{
background-color: #867F64;
}
.BgClassName
{
background-color: #867F64;
}
</style>
border-color css
<style>
span { border-color: #867F64; }
span { border-color: rgb(134,127,100); }
td.TdClassName
{
border-color: #867F64;
}
.TagClassName
{
border-color: #867F64;
}
</style>