Shades of Olive #837001
Tints of Olive #837001
RGB
CMYK
RGB Variations
Color information
#837001 (or 0x837001) is known color: Olive. HEX triplet: 83, 70 and 01. RGB value is (131,112,1). Sum of RGB (Red+Green+Blue) = 131+112+1=244 (32% of max value = 765). Red value is 131 (51.56% from 255 or 53.69% from 244); Green value is 112 (44.14% from 255 or 45.90% from 244); Blue value is 1 (0.78% from 255 or 0.41% from 244); Max value from RGB is 131 - color contains mainly: red. Hex color #837001 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #837001 is #7C8FFE. Grayscale: #696969. Windows color (decimal): -8163327 or 94339. OLE color: 94339.
HSL color Cylindrical-coordinate representation of color #837001: hue angle of 51.23º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #837001 is Cyan = 0, Magento = 0.15, Yellow = 0.99 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 112 | 1 | - |
| CMYK | 0 | 0.15 | 0.99 | 0.49 |
| HSL | 51.23º | 0.98% | 0.26% | - |
| HSV(B) | 51.23º | 0.99% | 0.51% | - |
| XYZ | 15.16 | 16.42 | 2.4 | - |
| YUV | 105.03 | 69.29 | 146.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 112 | 1 | 0 | 0.15 | 0.99 | 0.49 | 51.23 | 0.98 | 0.26 |
| Hex | 83 | 70 | 1 | 0 | F | 63 | 31 | 33 | 62 | 1A |
| Octal | 203 | 160 | 1 | 0 | 17 | 143 | 61 | 63 | 142 | 32 |
| Binary | 10000011 | 1110000 | 1 | 0 | 1111 | 1100011 | 110001 | 110011 | 1100010 | 11010 |
Color Harmonies of #837001
Complementary color
Monochromatic Colors of #837001
Black with #837001
Text Example
Text Example
White with #837001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #837001; }
p { color: rgb(131,112,1); }
H1.HeaderClassName
{
color: #837001;
}
.AnyTagClassName
{
color: #837001;
}
</style>
background-color css
<style>
a { background-color: #837001; }
a { background-color: rgb(131,112,1); }
div.DivClassName
{
background-color: #837001;
}
.BgClassName
{
background-color: #837001;
}
</style>
border-color css
<style>
span { border-color: #837001; }
span { border-color: rgb(131,112,1); }
td.TdClassName
{
border-color: #837001;
}
.TagClassName
{
border-color: #837001;
}
</style>