Shades of Olive #867C0E
Tints of Olive #867C0E
RGB
CMYK
RGB Variations
Color information
#867C0E (or 0x867C0E) is known color: Olive. HEX triplet: 86, 7C and 0E. RGB value is (134,124,14). Sum of RGB (Red+Green+Blue) = 134+124+14=272 (36% of max value = 765). Red value is 134 (52.73% from 255 or 49.26% from 272); Green value is 124 (48.83% from 255 or 45.59% from 272); Blue value is 14 (5.86% from 255 or 5.15% from 272); Max value from RGB is 134 - color contains mainly: red. Hex color #867C0E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #867C0E is #7983F1. Grayscale: #727272. Windows color (decimal): -7963634 or 949382. OLE color: 949382.
HSL color Cylindrical-coordinate representation of color #867C0E: hue angle of 55º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #867C0E is Cyan = 0, Magento = 0.07, Yellow = 0.90 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 124 | 14 | - |
| CMYK | 0 | 0.07 | 0.90 | 0.47 |
| HSL | 55º | 0.81% | 0.29% | - |
| HSV(B) | 55º | 0.9% | 0.53% | - |
| XYZ | 17.12 | 19.52 | 3.28 | - |
| YUV | 114.45 | 71.31 | 141.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 124 | 14 | 0 | 0.07 | 0.90 | 0.47 | 55 | 0.81 | 0.29 |
| Hex | 86 | 7C | E | 0 | 7 | 5A | 2F | 37 | 51 | 1D |
| Octal | 206 | 174 | 16 | 0 | 7 | 132 | 57 | 67 | 121 | 35 |
| Binary | 10000110 | 1111100 | 1110 | 0 | 111 | 1011010 | 101111 | 110111 | 1010001 | 11101 |
Color Harmonies of #867C0E
Complementary color
Monochromatic Colors of #867C0E
Black with #867C0E
Text Example
Text Example
White with #867C0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #867C0E; }
p { color: rgb(134,124,14); }
H1.HeaderClassName
{
color: #867C0E;
}
.AnyTagClassName
{
color: #867C0E;
}
</style>
background-color css
<style>
a { background-color: #867C0E; }
a { background-color: rgb(134,124,14); }
div.DivClassName
{
background-color: #867C0E;
}
.BgClassName
{
background-color: #867C0E;
}
</style>
border-color css
<style>
span { border-color: #867C0E; }
span { border-color: rgb(134,124,14); }
td.TdClassName
{
border-color: #867C0E;
}
.TagClassName
{
border-color: #867C0E;
}
</style>