Shades of Olive #839E01
Tints of Olive #839E01
RGB
CMYK
RGB Variations
Color information
#839E01 (or 0x839E01) is known color: Olive. HEX triplet: 83, 9E and 01. RGB value is (131,158,1). Sum of RGB (Red+Green+Blue) = 131+158+1=290 (38% of max value = 765). Red value is 131 (51.56% from 255 or 45.17% from 290); Green value is 158 (62.11% from 255 or 54.48% from 290); Blue value is 1 (0.78% from 255 or 0.34% from 290); Max value from RGB is 158 - color contains mainly: green. Hex color #839E01 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #839E01 is #7C61FE. Grayscale: #848484. Windows color (decimal): -8151551 or 106115. OLE color: 106115.
HSL color Cylindrical-coordinate representation of color #839E01: hue angle of 70.32º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #839E01 is Cyan = 0.17, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 131 | 158 | 1 | - |
| CMYK | 0.17 | 0 | 0.99 | 0.38 |
| HSL | 70.32º | 0.99% | 0.31% | - |
| HSV(B) | 70.32º | 0.99% | 0.62% | - |
| XYZ | 21.59 | 29.28 | 4.54 | - |
| YUV | 132.03 | 54.05 | 127.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 158 | 1 | 0.17 | 0 | 0.99 | 0.38 | 70.32 | 0.99 | 0.31 |
| Hex | 83 | 9E | 1 | 11 | 0 | 63 | 26 | 46 | 63 | 1F |
| Octal | 203 | 236 | 1 | 21 | 0 | 143 | 46 | 106 | 143 | 37 |
| Binary | 10000011 | 10011110 | 1 | 10001 | 0 | 1100011 | 100110 | 1000110 | 1100011 | 11111 |
Color Harmonies of #839E01
Complementary color
Monochromatic Colors of #839E01
Black with #839E01
Text Example
Text Example
White with #839E01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #839E01; }
p { color: rgb(131,158,1); }
H1.HeaderClassName
{
color: #839E01;
}
.AnyTagClassName
{
color: #839E01;
}
</style>
background-color css
<style>
a { background-color: #839E01; }
a { background-color: rgb(131,158,1); }
div.DivClassName
{
background-color: #839E01;
}
.BgClassName
{
background-color: #839E01;
}
</style>
border-color css
<style>
span { border-color: #839E01; }
span { border-color: rgb(131,158,1); }
td.TdClassName
{
border-color: #839E01;
}
.TagClassName
{
border-color: #839E01;
}
</style>