Shades of Olive #837E10
Tints of Olive #837E10
RGB
CMYK
RGB Variations
Color information
#837E10 (or 0x837E10) is known color: Olive. HEX triplet: 83, 7E and 10. RGB value is (131,126,16). Sum of RGB (Red+Green+Blue) = 131+126+16=273 (36% of max value = 765). Red value is 131 (51.56% from 255 or 47.99% from 273); Green value is 126 (49.61% from 255 or 46.15% from 273); Blue value is 16 (6.64% from 255 or 5.86% from 273); Max value from RGB is 131 - color contains mainly: red. Hex color #837E10 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #837E10 is #7C81EF. Grayscale: #737373. Windows color (decimal): -8159728 or 1080963. OLE color: 1080963.
HSL color Cylindrical-coordinate representation of color #837E10: hue angle of 57.39º degrees, saturation: 0.78, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #837E10 is Cyan = 0, Magento = 0.04, Yellow = 0.88 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 126 | 16 | - |
| CMYK | 0 | 0.04 | 0.88 | 0.49 |
| HSL | 57.39º | 0.78% | 0.29% | - |
| HSV(B) | 57.39º | 0.88% | 0.51% | - |
| XYZ | 16.91 | 19.78 | 3.42 | - |
| YUV | 114.96 | 72.16 | 139.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 126 | 16 | 0 | 0.04 | 0.88 | 0.49 | 57.39 | 0.78 | 0.29 |
| Hex | 83 | 7E | 10 | 0 | 4 | 58 | 31 | 39 | 4E | 1D |
| Octal | 203 | 176 | 20 | 0 | 4 | 130 | 61 | 71 | 116 | 35 |
| Binary | 10000011 | 1111110 | 10000 | 0 | 100 | 1011000 | 110001 | 111001 | 1001110 | 11101 |
Color Harmonies of #837E10
Complementary color
Monochromatic Colors of #837E10
Black with #837E10
Text Example
Text Example
White with #837E10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #837E10; }
p { color: rgb(131,126,16); }
H1.HeaderClassName
{
color: #837E10;
}
.AnyTagClassName
{
color: #837E10;
}
</style>
background-color css
<style>
a { background-color: #837E10; }
a { background-color: rgb(131,126,16); }
div.DivClassName
{
background-color: #837E10;
}
.BgClassName
{
background-color: #837E10;
}
</style>
border-color css
<style>
span { border-color: #837E10; }
span { border-color: rgb(131,126,16); }
td.TdClassName
{
border-color: #837E10;
}
.TagClassName
{
border-color: #837E10;
}
</style>