Shades of Olive #837C13
Tints of Olive #837C13
RGB
CMYK
RGB Variations
Color information
#837C13 (or 0x837C13) is known color: Olive. HEX triplet: 83, 7C and 13. RGB value is (131,124,19). Sum of RGB (Red+Green+Blue) = 131+124+19=274 (36% of max value = 765). Red value is 131 (51.56% from 255 or 47.81% from 274); Green value is 124 (48.83% from 255 or 45.26% from 274); Blue value is 19 (7.81% from 255 or 6.93% from 274); Max value from RGB is 131 - color contains mainly: red. Hex color #837C13 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #837C13 is #7C83EC. Grayscale: #727272. Windows color (decimal): -8160237 or 1277059. OLE color: 1277059.
HSL color Cylindrical-coordinate representation of color #837C13: hue angle of 56.25º degrees, saturation: 0.75, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #837C13 is Cyan = 0, Magento = 0.05, Yellow = 0.85 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 124 | 19 | - |
| CMYK | 0 | 0.05 | 0.85 | 0.49 |
| HSL | 56.25º | 0.75% | 0.29% | - |
| HSV(B) | 56.25º | 0.85% | 0.51% | - |
| XYZ | 16.69 | 19.29 | 3.46 | - |
| YUV | 114.12 | 74.32 | 140.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 124 | 19 | 0 | 0.05 | 0.85 | 0.49 | 56.25 | 0.75 | 0.29 |
| Hex | 83 | 7C | 13 | 0 | 5 | 55 | 31 | 38 | 4B | 1D |
| Octal | 203 | 174 | 23 | 0 | 5 | 125 | 61 | 70 | 113 | 35 |
| Binary | 10000011 | 1111100 | 10011 | 0 | 101 | 1010101 | 110001 | 111000 | 1001011 | 11101 |
Color Harmonies of #837C13
Complementary color
Monochromatic Colors of #837C13
Black with #837C13
Text Example
Text Example
White with #837C13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #837C13; }
p { color: rgb(131,124,19); }
H1.HeaderClassName
{
color: #837C13;
}
.AnyTagClassName
{
color: #837C13;
}
</style>
background-color css
<style>
a { background-color: #837C13; }
a { background-color: rgb(131,124,19); }
div.DivClassName
{
background-color: #837C13;
}
.BgClassName
{
background-color: #837C13;
}
</style>
border-color css
<style>
span { border-color: #837C13; }
span { border-color: rgb(131,124,19); }
td.TdClassName
{
border-color: #837C13;
}
.TagClassName
{
border-color: #837C13;
}
</style>