Shades of Olive #83870A
Tints of Olive #83870A
RGB
CMYK
RGB Variations
Color information
#83870A (or 0x83870A) is known color: Olive. HEX triplet: 83, 87 and 0A. RGB value is (131,135,10). Sum of RGB (Red+Green+Blue) = 131+135+10=276 (36% of max value = 765). Red value is 131 (51.56% from 255 or 47.46% from 276); Green value is 135 (53.12% from 255 or 48.91% from 276); Blue value is 10 (4.30% from 255 or 3.62% from 276); Max value from RGB is 135 - color contains mainly: green. Hex color #83870A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #83870A is #7C78F5. Grayscale: #787878. Windows color (decimal): -8157430 or 690051. OLE color: 690051.
HSL color Cylindrical-coordinate representation of color #83870A: hue angle of 61.92º 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 #83870A is Cyan = 0.03, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 131 | 135 | 10 | - |
| CMYK | 0.03 | 0 | 0.93 | 0.47 |
| HSL | 61.92º | 0.86% | 0.28% | - |
| HSV(B) | 61.92º | 0.93% | 0.53% | - |
| XYZ | 18.08 | 22.18 | 3.61 | - |
| YUV | 119.55 | 66.17 | 136.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 135 | 10 | 0.03 | 0 | 0.93 | 0.47 | 61.92 | 0.86 | 0.28 |
| Hex | 83 | 87 | A | 3 | 0 | 5D | 2F | 3E | 56 | 1C |
| Octal | 203 | 207 | 12 | 3 | 0 | 135 | 57 | 76 | 126 | 34 |
| Binary | 10000011 | 10000111 | 1010 | 11 | 0 | 1011101 | 101111 | 111110 | 1010110 | 11100 |
Color Harmonies of #83870A
Complementary color
Monochromatic Colors of #83870A
Black with #83870A
Text Example
Text Example
White with #83870A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83870A; }
p { color: rgb(131,135,10); }
H1.HeaderClassName
{
color: #83870A;
}
.AnyTagClassName
{
color: #83870A;
}
</style>
background-color css
<style>
a { background-color: #83870A; }
a { background-color: rgb(131,135,10); }
div.DivClassName
{
background-color: #83870A;
}
.BgClassName
{
background-color: #83870A;
}
</style>
border-color css
<style>
span { border-color: #83870A; }
span { border-color: rgb(131,135,10); }
td.TdClassName
{
border-color: #83870A;
}
.TagClassName
{
border-color: #83870A;
}
</style>