Shades of Olive #867E14
Tints of Olive #867E14
RGB
CMYK
RGB Variations
Color information
#867E14 (or 0x867E14) is known color: Olive. HEX triplet: 86, 7E and 14. RGB value is (134,126,20). Sum of RGB (Red+Green+Blue) = 134+126+20=280 (37% of max value = 765). Red value is 134 (52.73% from 255 or 47.86% from 280); Green value is 126 (49.61% from 255 or 45% from 280); Blue value is 20 (8.20% from 255 or 7.14% from 280); Max value from RGB is 134 - color contains mainly: red. Hex color #867E14 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #867E14 is #7981EB. Grayscale: #747474. Windows color (decimal): -7963116 or 1343110. OLE color: 1343110.
HSL color Cylindrical-coordinate representation of color #867E14: hue angle of 55.79º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #867E14 is Cyan = 0, Magento = 0.06, Yellow = 0.85 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 126 | 20 | - |
| CMYK | 0 | 0.06 | 0.85 | 0.47 |
| HSL | 55.79º | 0.74% | 0.3% | - |
| HSV(B) | 55.79º | 0.85% | 0.53% | - |
| XYZ | 17.42 | 20.04 | 3.61 | - |
| YUV | 116.31 | 73.65 | 140.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 126 | 20 | 0 | 0.06 | 0.85 | 0.47 | 55.79 | 0.74 | 0.3 |
| Hex | 86 | 7E | 14 | 0 | 6 | 55 | 2F | 38 | 4A | 1E |
| Octal | 206 | 176 | 24 | 0 | 6 | 125 | 57 | 70 | 112 | 36 |
| Binary | 10000110 | 1111110 | 10100 | 0 | 110 | 1010101 | 101111 | 111000 | 1001010 | 11110 |
Color Harmonies of #867E14
Complementary color
Monochromatic Colors of #867E14
Black with #867E14
Text Example
Text Example
White with #867E14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #867E14; }
p { color: rgb(134,126,20); }
H1.HeaderClassName
{
color: #867E14;
}
.AnyTagClassName
{
color: #867E14;
}
</style>
background-color css
<style>
a { background-color: #867E14; }
a { background-color: rgb(134,126,20); }
div.DivClassName
{
background-color: #867E14;
}
.BgClassName
{
background-color: #867E14;
}
</style>
border-color css
<style>
span { border-color: #867E14; }
span { border-color: rgb(134,126,20); }
td.TdClassName
{
border-color: #867E14;
}
.TagClassName
{
border-color: #867E14;
}
</style>