Shades of Olive #868E0A
Tints of Olive #868E0A
RGB
CMYK
RGB Variations
Color information
#868E0A (or 0x868E0A) is known color: Olive. HEX triplet: 86, 8E and 0A. RGB value is (134,142,10). Sum of RGB (Red+Green+Blue) = 134+142+10=286 (37% of max value = 765). Red value is 134 (52.73% from 255 or 46.85% from 286); Green value is 142 (55.86% from 255 or 49.65% from 286); Blue value is 10 (4.30% from 255 or 3.50% from 286); Max value from RGB is 142 - color contains mainly: green. Hex color #868E0A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #868E0A is #7971F5. Grayscale: #7D7D7D. Windows color (decimal): -7959030 or 691846. OLE color: 691846.
HSL color Cylindrical-coordinate representation of color #868E0A: hue angle of 63.64º degrees, saturation: 0.87, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #868E0A is Cyan = 0.06, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 134 | 142 | 10 | - |
| CMYK | 0.06 | 0 | 0.93 | 0.44 |
| HSL | 63.64º | 0.87% | 0.3% | - |
| HSV(B) | 63.64º | 0.93% | 0.56% | - |
| XYZ | 19.56 | 24.44 | 3.97 | - |
| YUV | 124.56 | 63.35 | 134.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 142 | 10 | 0.06 | 0 | 0.93 | 0.44 | 63.64 | 0.87 | 0.3 |
| Hex | 86 | 8E | A | 6 | 0 | 5D | 2C | 40 | 57 | 1E |
| Octal | 206 | 216 | 12 | 6 | 0 | 135 | 54 | 100 | 127 | 36 |
| Binary | 10000110 | 10001110 | 1010 | 110 | 0 | 1011101 | 101100 | 1000000 | 1010111 | 11110 |
Color Harmonies of #868E0A
Complementary color
Monochromatic Colors of #868E0A
Black with #868E0A
Text Example
Text Example
White with #868E0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #868E0A; }
p { color: rgb(134,142,10); }
H1.HeaderClassName
{
color: #868E0A;
}
.AnyTagClassName
{
color: #868E0A;
}
</style>
background-color css
<style>
a { background-color: #868E0A; }
a { background-color: rgb(134,142,10); }
div.DivClassName
{
background-color: #868E0A;
}
.BgClassName
{
background-color: #868E0A;
}
</style>
border-color css
<style>
span { border-color: #868E0A; }
span { border-color: rgb(134,142,10); }
td.TdClassName
{
border-color: #868E0A;
}
.TagClassName
{
border-color: #868E0A;
}
</style>