Shades of Olive #86740B
Tints of Olive #86740B
RGB
CMYK
RGB Variations
Color information
#86740B (or 0x86740B) is known color: Olive. HEX triplet: 86, 74 and 0B. RGB value is (134,116,11). Sum of RGB (Red+Green+Blue) = 134+116+11=261 (34% of max value = 765). Red value is 134 (52.73% from 255 or 51.34% from 261); Green value is 116 (45.70% from 255 or 44.44% from 261); Blue value is 11 (4.69% from 255 or 4.21% from 261); Max value from RGB is 134 - color contains mainly: red. Hex color #86740B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #86740B is #798BF4. Grayscale: #6D6D6D. Windows color (decimal): -7965685 or 750726. OLE color: 750726.
HSL color Cylindrical-coordinate representation of color #86740B: hue angle of 51.22º degrees, saturation: 0.85, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #86740B is Cyan = 0, Magento = 0.13, Yellow = 0.92 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 116 | 11 | - |
| CMYK | 0 | 0.13 | 0.92 | 0.47 |
| HSL | 51.22º | 0.85% | 0.28% | - |
| HSV(B) | 51.22º | 0.92% | 0.53% | - |
| XYZ | 16.14 | 17.58 | 2.86 | - |
| YUV | 109.41 | 72.46 | 145.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 116 | 11 | 0 | 0.13 | 0.92 | 0.47 | 51.22 | 0.85 | 0.28 |
| Hex | 86 | 74 | B | 0 | D | 5C | 2F | 33 | 55 | 1C |
| Octal | 206 | 164 | 13 | 0 | 15 | 134 | 57 | 63 | 125 | 34 |
| Binary | 10000110 | 1110100 | 1011 | 0 | 1101 | 1011100 | 101111 | 110011 | 1010101 | 11100 |
Color Harmonies of #86740B
Complementary color
Monochromatic Colors of #86740B
Black with #86740B
Text Example
Text Example
White with #86740B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86740B; }
p { color: rgb(134,116,11); }
H1.HeaderClassName
{
color: #86740B;
}
.AnyTagClassName
{
color: #86740B;
}
</style>
background-color css
<style>
a { background-color: #86740B; }
a { background-color: rgb(134,116,11); }
div.DivClassName
{
background-color: #86740B;
}
.BgClassName
{
background-color: #86740B;
}
</style>
border-color css
<style>
span { border-color: #86740B; }
span { border-color: rgb(134,116,11); }
td.TdClassName
{
border-color: #86740B;
}
.TagClassName
{
border-color: #86740B;
}
</style>