Shades of Olive #86710A
Tints of Olive #86710A
RGB
CMYK
RGB Variations
Color information
#86710A (or 0x86710A) is known color: Olive. HEX triplet: 86, 71 and 0A. RGB value is (134,113,10). Sum of RGB (Red+Green+Blue) = 134+113+10=257 (34% of max value = 765). Red value is 134 (52.73% from 255 or 52.14% from 257); Green value is 113 (44.53% from 255 or 43.97% from 257); Blue value is 10 (4.30% from 255 or 3.89% from 257); Max value from RGB is 134 - color contains mainly: red. Hex color #86710A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #86710A is #798EF5. Grayscale: #6B6B6B. Windows color (decimal): -7966454 or 684422. OLE color: 684422.
HSL color Cylindrical-coordinate representation of color #86710A: hue angle of 49.84º degrees, saturation: 0.86, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #86710A is Cyan = 0, Magento = 0.16, Yellow = 0.93 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 113 | 10 | - |
| CMYK | 0 | 0.16 | 0.93 | 0.47 |
| HSL | 49.84º | 0.86% | 0.28% | - |
| HSV(B) | 49.84º | 0.93% | 0.53% | - |
| XYZ | 15.79 | 16.9 | 2.72 | - |
| YUV | 107.54 | 72.96 | 146.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 113 | 10 | 0 | 0.16 | 0.93 | 0.47 | 49.84 | 0.86 | 0.28 |
| Hex | 86 | 71 | A | 0 | 10 | 5D | 2F | 32 | 56 | 1C |
| Octal | 206 | 161 | 12 | 0 | 20 | 135 | 57 | 62 | 126 | 34 |
| Binary | 10000110 | 1110001 | 1010 | 0 | 10000 | 1011101 | 101111 | 110010 | 1010110 | 11100 |
Color Harmonies of #86710A
Complementary color
Monochromatic Colors of #86710A
Black with #86710A
Text Example
Text Example
White with #86710A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86710A; }
p { color: rgb(134,113,10); }
H1.HeaderClassName
{
color: #86710A;
}
.AnyTagClassName
{
color: #86710A;
}
</style>
background-color css
<style>
a { background-color: #86710A; }
a { background-color: rgb(134,113,10); }
div.DivClassName
{
background-color: #86710A;
}
.BgClassName
{
background-color: #86710A;
}
</style>
border-color css
<style>
span { border-color: #86710A; }
span { border-color: rgb(134,113,10); }
td.TdClassName
{
border-color: #86710A;
}
.TagClassName
{
border-color: #86710A;
}
</style>