Shades of Olive #86820B
Tints of Olive #86820B
RGB
CMYK
RGB Variations
Color information
#86820B (or 0x86820B) is known color: Olive. HEX triplet: 86, 82 and 0B. RGB value is (134,130,11). Sum of RGB (Red+Green+Blue) = 134+130+11=275 (36% of max value = 765). Red value is 134 (52.73% from 255 or 48.73% from 275); Green value is 130 (51.17% from 255 or 47.27% from 275); Blue value is 11 (4.69% from 255 or 4% from 275); Max value from RGB is 134 - color contains mainly: red. Hex color #86820B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #86820B is #797DF4. Grayscale: #767676. Windows color (decimal): -7962101 or 754310. OLE color: 754310.
HSL color Cylindrical-coordinate representation of color #86820B: hue angle of 58.05º 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 #86820B is Cyan = 0, Magento = 0.03, Yellow = 0.92 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 130 | 11 | - |
| CMYK | 0 | 0.03 | 0.92 | 0.47 |
| HSL | 58.05º | 0.85% | 0.28% | - |
| HSV(B) | 58.05º | 0.92% | 0.53% | - |
| XYZ | 17.87 | 21.06 | 3.44 | - |
| YUV | 117.63 | 67.83 | 139.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 130 | 11 | 0 | 0.03 | 0.92 | 0.47 | 58.05 | 0.85 | 0.28 |
| Hex | 86 | 82 | B | 0 | 3 | 5C | 2F | 3A | 55 | 1C |
| Octal | 206 | 202 | 13 | 0 | 3 | 134 | 57 | 72 | 125 | 34 |
| Binary | 10000110 | 10000010 | 1011 | 0 | 11 | 1011100 | 101111 | 111010 | 1010101 | 11100 |
Color Harmonies of #86820B
Complementary color
Monochromatic Colors of #86820B
Black with #86820B
Text Example
Text Example
White with #86820B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86820B; }
p { color: rgb(134,130,11); }
H1.HeaderClassName
{
color: #86820B;
}
.AnyTagClassName
{
color: #86820B;
}
</style>
background-color css
<style>
a { background-color: #86820B; }
a { background-color: rgb(134,130,11); }
div.DivClassName
{
background-color: #86820B;
}
.BgClassName
{
background-color: #86820B;
}
</style>
border-color css
<style>
span { border-color: #86820B; }
span { border-color: rgb(134,130,11); }
td.TdClassName
{
border-color: #86820B;
}
.TagClassName
{
border-color: #86820B;
}
</style>