Shades of Olive #86770D
Tints of Olive #86770D
RGB
CMYK
RGB Variations
Color information
#86770D (or 0x86770D) is known color: Olive. HEX triplet: 86, 77 and 0D. RGB value is (134,119,13). Sum of RGB (Red+Green+Blue) = 134+119+13=266 (35% of max value = 765). Red value is 134 (52.73% from 255 or 50.38% from 266); Green value is 119 (46.88% from 255 or 44.74% from 266); Blue value is 13 (5.47% from 255 or 4.89% from 266); Max value from RGB is 134 - color contains mainly: red. Hex color #86770D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #86770D is #7988F2. Grayscale: #6F6F6F. Windows color (decimal): -7964915 or 882566. OLE color: 882566.
HSL color Cylindrical-coordinate representation of color #86770D: hue angle of 52.56º degrees, saturation: 0.82, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #86770D is Cyan = 0, Magento = 0.11, Yellow = 0.90 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 119 | 13 | - |
| CMYK | 0 | 0.11 | 0.90 | 0.47 |
| HSL | 52.56º | 0.82% | 0.29% | - |
| HSV(B) | 52.56º | 0.9% | 0.53% | - |
| XYZ | 16.5 | 18.29 | 3.04 | - |
| YUV | 111.4 | 72.47 | 144.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 119 | 13 | 0 | 0.11 | 0.90 | 0.47 | 52.56 | 0.82 | 0.29 |
| Hex | 86 | 77 | D | 0 | B | 5A | 2F | 35 | 52 | 1D |
| Octal | 206 | 167 | 15 | 0 | 13 | 132 | 57 | 65 | 122 | 35 |
| Binary | 10000110 | 1110111 | 1101 | 0 | 1011 | 1011010 | 101111 | 110101 | 1010010 | 11101 |
Color Harmonies of #86770D
Complementary color
Monochromatic Colors of #86770D
Black with #86770D
Text Example
Text Example
White with #86770D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86770D; }
p { color: rgb(134,119,13); }
H1.HeaderClassName
{
color: #86770D;
}
.AnyTagClassName
{
color: #86770D;
}
</style>
background-color css
<style>
a { background-color: #86770D; }
a { background-color: rgb(134,119,13); }
div.DivClassName
{
background-color: #86770D;
}
.BgClassName
{
background-color: #86770D;
}
</style>
border-color css
<style>
span { border-color: #86770D; }
span { border-color: rgb(134,119,13); }
td.TdClassName
{
border-color: #86770D;
}
.TagClassName
{
border-color: #86770D;
}
</style>