Shades of Olive #837901
Tints of Olive #837901
RGB
CMYK
RGB Variations
Color information
#837901 (or 0x837901) is known color: Olive. HEX triplet: 83, 79 and 01. RGB value is (131,121,1). Sum of RGB (Red+Green+Blue) = 131+121+1=253 (33% of max value = 765). Red value is 131 (51.56% from 255 or 51.78% from 253); Green value is 121 (47.66% from 255 or 47.83% from 253); Blue value is 1 (0.78% from 255 or 0.40% from 253); Max value from RGB is 131 - color contains mainly: red. Hex color #837901 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #837901 is #7C86FE. Grayscale: #6E6E6E. Windows color (decimal): -8161023 or 96643. OLE color: 96643.
HSL color Cylindrical-coordinate representation of color #837901: hue angle of 55.38º 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 #837901 is Cyan = 0, Magento = 0.08, Yellow = 0.99 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 121 | 1 | - |
| CMYK | 0 | 0.08 | 0.99 | 0.49 |
| HSL | 55.38º | 0.98% | 0.26% | - |
| HSV(B) | 55.38º | 0.99% | 0.51% | - |
| XYZ | 16.2 | 18.5 | 2.75 | - |
| YUV | 110.31 | 66.31 | 142.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 121 | 1 | 0 | 0.08 | 0.99 | 0.49 | 55.38 | 0.98 | 0.26 |
| Hex | 83 | 79 | 1 | 0 | 8 | 63 | 31 | 37 | 62 | 1A |
| Octal | 203 | 171 | 1 | 0 | 10 | 143 | 61 | 67 | 142 | 32 |
| Binary | 10000011 | 1111001 | 1 | 0 | 1000 | 1100011 | 110001 | 110111 | 1100010 | 11010 |
Color Harmonies of #837901
Complementary color
Monochromatic Colors of #837901
Black with #837901
Text Example
Text Example
White with #837901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #837901; }
p { color: rgb(131,121,1); }
H1.HeaderClassName
{
color: #837901;
}
.AnyTagClassName
{
color: #837901;
}
</style>
background-color css
<style>
a { background-color: #837901; }
a { background-color: rgb(131,121,1); }
div.DivClassName
{
background-color: #837901;
}
.BgClassName
{
background-color: #837901;
}
</style>
border-color css
<style>
span { border-color: #837901; }
span { border-color: rgb(131,121,1); }
td.TdClassName
{
border-color: #837901;
}
.TagClassName
{
border-color: #837901;
}
</style>