Shades of Olive #86830E
Tints of Olive #86830E
RGB
CMYK
RGB Variations
Color information
#86830E (or 0x86830E) is known color: Olive. HEX triplet: 86, 83 and 0E. RGB value is (134,131,14). Sum of RGB (Red+Green+Blue) = 134+131+14=279 (36% of max value = 765). Red value is 134 (52.73% from 255 or 48.03% from 279); Green value is 131 (51.56% from 255 or 46.95% from 279); Blue value is 14 (5.86% from 255 or 5.02% from 279); Max value from RGB is 134 - color contains mainly: red. Hex color #86830E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #86830E is #797CF1. Grayscale: #777777. Windows color (decimal): -7961842 or 951174. OLE color: 951174.
HSL color Cylindrical-coordinate representation of color #86830E: hue angle of 58.5º degrees, saturation: 0.81, 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 #86830E is Cyan = 0, Magento = 0.02, Yellow = 0.90 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 131 | 14 | - |
| CMYK | 0 | 0.02 | 0.90 | 0.47 |
| HSL | 58.5º | 0.81% | 0.29% | - |
| HSV(B) | 58.5º | 0.9% | 0.53% | - |
| XYZ | 18.03 | 21.33 | 3.58 | - |
| YUV | 118.56 | 68.99 | 139.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 131 | 14 | 0 | 0.02 | 0.90 | 0.47 | 58.5 | 0.81 | 0.29 |
| Hex | 86 | 83 | E | 0 | 2 | 5A | 2F | 3A | 51 | 1D |
| Octal | 206 | 203 | 16 | 0 | 2 | 132 | 57 | 72 | 121 | 35 |
| Binary | 10000110 | 10000011 | 1110 | 0 | 10 | 1011010 | 101111 | 111010 | 1010001 | 11101 |
Color Harmonies of #86830E
Complementary color
Monochromatic Colors of #86830E
Black with #86830E
Text Example
Text Example
White with #86830E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86830E; }
p { color: rgb(134,131,14); }
H1.HeaderClassName
{
color: #86830E;
}
.AnyTagClassName
{
color: #86830E;
}
</style>
background-color css
<style>
a { background-color: #86830E; }
a { background-color: rgb(134,131,14); }
div.DivClassName
{
background-color: #86830E;
}
.BgClassName
{
background-color: #86830E;
}
</style>
border-color css
<style>
span { border-color: #86830E; }
span { border-color: rgb(134,131,14); }
td.TdClassName
{
border-color: #86830E;
}
.TagClassName
{
border-color: #86830E;
}
</style>