Shades of Olive #837400
Tints of Olive #837400
RGB
CMYK
RGB Variations
Color information
#837400 (or 0x837400) is known color: Olive. HEX triplet: 83, 74 and 00. RGB value is (131,116,0). Sum of RGB (Red+Green+Blue) = 131+116+0=247 (32% of max value = 765). Red value is 131 (51.56% from 255 or 53.04% from 247); Green value is 116 (45.70% from 255 or 46.96% from 247); Blue value is 0 (0.39% from 255 or 0% from 247); Max value from RGB is 131 - color contains mainly: red. Hex color #837400 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #837400 is #7C8BFF. Grayscale: #6B6B6B. Windows color (decimal): -8162304 or 29827. OLE color: 29827.
HSL color Cylindrical-coordinate representation of color #837400: hue angle of 53.13º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #837400 is Cyan = 0, Magento = 0.11, Yellow = 1 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 116 | 0 | - |
| CMYK | 0 | 0.11 | 1 | 0.49 |
| HSL | 53.13º | 1% | 0.26% | - |
| HSV(B) | 53.13º | 1% | 0.51% | - |
| XYZ | 15.61 | 17.32 | 2.52 | - |
| YUV | 107.26 | 67.47 | 144.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 116 | 0 | 0 | 0.11 | 1 | 0.49 | 53.13 | 1 | 0.26 |
| Hex | 83 | 74 | 0 | 0 | B | 64 | 31 | 35 | 64 | 1A |
| Octal | 203 | 164 | 0 | 0 | 13 | 144 | 61 | 65 | 144 | 32 |
| Binary | 10000011 | 1110100 | 0 | 0 | 1011 | 1100100 | 110001 | 110101 | 1100100 | 11010 |
Color Harmonies of #837400
Complementary color
Monochromatic Colors of #837400
Black with #837400
Text Example
Text Example
White with #837400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #837400; }
p { color: rgb(131,116,0); }
H1.HeaderClassName
{
color: #837400;
}
.AnyTagClassName
{
color: #837400;
}
</style>
background-color css
<style>
a { background-color: #837400; }
a { background-color: rgb(131,116,0); }
div.DivClassName
{
background-color: #837400;
}
.BgClassName
{
background-color: #837400;
}
</style>
border-color css
<style>
span { border-color: #837400; }
span { border-color: rgb(131,116,0); }
td.TdClassName
{
border-color: #837400;
}
.TagClassName
{
border-color: #837400;
}
</style>