Shades of Olive #86730A
Tints of Olive #86730A
RGB
CMYK
RGB Variations
Color information
#86730A (or 0x86730A) is known color: Olive. HEX triplet: 86, 73 and 0A. RGB value is (134,115,10). Sum of RGB (Red+Green+Blue) = 134+115+10=259 (34% of max value = 765). Red value is 134 (52.73% from 255 or 51.74% from 259); Green value is 115 (45.31% from 255 or 44.40% from 259); Blue value is 10 (4.30% from 255 or 3.86% from 259); Max value from RGB is 134 - color contains mainly: red. Hex color #86730A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #86730A is #798CF5. Grayscale: #6D6D6D. Windows color (decimal): -7965942 or 684934. OLE color: 684934.
HSL color Cylindrical-coordinate representation of color #86730A: hue angle of 50.81º 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 #86730A is Cyan = 0, Magento = 0.14, Yellow = 0.93 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 115 | 10 | - |
| CMYK | 0 | 0.14 | 0.93 | 0.47 |
| HSL | 50.81º | 0.86% | 0.28% | - |
| HSV(B) | 50.81º | 0.93% | 0.53% | - |
| XYZ | 16.02 | 17.35 | 2.79 | - |
| YUV | 108.71 | 72.29 | 146.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 115 | 10 | 0 | 0.14 | 0.93 | 0.47 | 50.81 | 0.86 | 0.28 |
| Hex | 86 | 73 | A | 0 | E | 5D | 2F | 33 | 56 | 1C |
| Octal | 206 | 163 | 12 | 0 | 16 | 135 | 57 | 63 | 126 | 34 |
| Binary | 10000110 | 1110011 | 1010 | 0 | 1110 | 1011101 | 101111 | 110011 | 1010110 | 11100 |
Color Harmonies of #86730A
Complementary color
Monochromatic Colors of #86730A
Black with #86730A
Text Example
Text Example
White with #86730A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86730A; }
p { color: rgb(134,115,10); }
H1.HeaderClassName
{
color: #86730A;
}
.AnyTagClassName
{
color: #86730A;
}
</style>
background-color css
<style>
a { background-color: #86730A; }
a { background-color: rgb(134,115,10); }
div.DivClassName
{
background-color: #86730A;
}
.BgClassName
{
background-color: #86730A;
}
</style>
border-color css
<style>
span { border-color: #86730A; }
span { border-color: rgb(134,115,10); }
td.TdClassName
{
border-color: #86730A;
}
.TagClassName
{
border-color: #86730A;
}
</style>