Shades of Olive #83860D
Tints of Olive #83860D
RGB
CMYK
RGB Variations
Color information
#83860D (or 0x83860D) is known color: Olive. HEX triplet: 83, 86 and 0D. RGB value is (131,134,13). Sum of RGB (Red+Green+Blue) = 131+134+13=278 (36% of max value = 765). Red value is 131 (51.56% from 255 or 47.12% from 278); Green value is 134 (52.73% from 255 or 48.20% from 278); Blue value is 13 (5.47% from 255 or 4.68% from 278); Max value from RGB is 134 - color contains mainly: green. Hex color #83860D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #83860D is #7C79F2. Grayscale: #777777. Windows color (decimal): -8157683 or 886403. OLE color: 886403.
HSL color Cylindrical-coordinate representation of color #83860D: hue angle of 61.49º 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 #83860D is Cyan = 0.02, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 131 | 134 | 13 | - |
| CMYK | 0.02 | 0 | 0.90 | 0.47 |
| HSL | 61.49º | 0.82% | 0.29% | - |
| HSV(B) | 61.49º | 0.9% | 0.53% | - |
| XYZ | 17.96 | 21.9 | 3.66 | - |
| YUV | 119.31 | 68.01 | 136.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 134 | 13 | 0.02 | 0 | 0.90 | 0.47 | 61.49 | 0.82 | 0.29 |
| Hex | 83 | 86 | D | 2 | 0 | 5A | 2F | 3D | 52 | 1D |
| Octal | 203 | 206 | 15 | 2 | 0 | 132 | 57 | 75 | 122 | 35 |
| Binary | 10000011 | 10000110 | 1101 | 10 | 0 | 1011010 | 101111 | 111101 | 1010010 | 11101 |
Color Harmonies of #83860D
Complementary color
Monochromatic Colors of #83860D
Black with #83860D
Text Example
Text Example
White with #83860D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83860D; }
p { color: rgb(131,134,13); }
H1.HeaderClassName
{
color: #83860D;
}
.AnyTagClassName
{
color: #83860D;
}
</style>
background-color css
<style>
a { background-color: #83860D; }
a { background-color: rgb(131,134,13); }
div.DivClassName
{
background-color: #83860D;
}
.BgClassName
{
background-color: #83860D;
}
</style>
border-color css
<style>
span { border-color: #83860D; }
span { border-color: rgb(131,134,13); }
td.TdClassName
{
border-color: #83860D;
}
.TagClassName
{
border-color: #83860D;
}
</style>