Shades of Olive #86830A
Tints of Olive #86830A
RGB
CMYK
RGB Variations
Color information
#86830A (or 0x86830A) is known color: Olive. HEX triplet: 86, 83 and 0A. RGB value is (134,131,10). Sum of RGB (Red+Green+Blue) = 134+131+10=275 (36% of max value = 765). Red value is 134 (52.73% from 255 or 48.73% from 275); Green value is 131 (51.56% from 255 or 47.64% from 275); Blue value is 10 (4.30% from 255 or 3.64% from 275); Max value from RGB is 134 - color contains mainly: red. Hex color #86830A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #86830A is #797CF5. Grayscale: #767676. Windows color (decimal): -7961846 or 689030. OLE color: 689030.
HSL color Cylindrical-coordinate representation of color #86830A: hue angle of 58.55º 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 #86830A is Cyan = 0, Magento = 0.02, Yellow = 0.93 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 131 | 10 | - |
| CMYK | 0 | 0.02 | 0.93 | 0.47 |
| HSL | 58.55º | 0.86% | 0.28% | - |
| HSV(B) | 58.55º | 0.93% | 0.53% | - |
| XYZ | 18 | 21.32 | 3.45 | - |
| YUV | 118.1 | 66.99 | 139.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 131 | 10 | 0 | 0.02 | 0.93 | 0.47 | 58.55 | 0.86 | 0.28 |
| Hex | 86 | 83 | A | 0 | 2 | 5D | 2F | 3B | 56 | 1C |
| Octal | 206 | 203 | 12 | 0 | 2 | 135 | 57 | 73 | 126 | 34 |
| Binary | 10000110 | 10000011 | 1010 | 0 | 10 | 1011101 | 101111 | 111011 | 1010110 | 11100 |
Color Harmonies of #86830A
Complementary color
Monochromatic Colors of #86830A
Black with #86830A
Text Example
Text Example
White with #86830A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86830A; }
p { color: rgb(134,131,10); }
H1.HeaderClassName
{
color: #86830A;
}
.AnyTagClassName
{
color: #86830A;
}
</style>
background-color css
<style>
a { background-color: #86830A; }
a { background-color: rgb(134,131,10); }
div.DivClassName
{
background-color: #86830A;
}
.BgClassName
{
background-color: #86830A;
}
</style>
border-color css
<style>
span { border-color: #86830A; }
span { border-color: rgb(134,131,10); }
td.TdClassName
{
border-color: #86830A;
}
.TagClassName
{
border-color: #86830A;
}
</style>