Shades of Olive #839D01
Tints of Olive #839D01
RGB
CMYK
RGB Variations
Color information
#839D01 (or 0x839D01) is known color: Olive. HEX triplet: 83, 9D and 01. RGB value is (131,157,1). Sum of RGB (Red+Green+Blue) = 131+157+1=289 (38% of max value = 765). Red value is 131 (51.56% from 255 or 45.33% from 289); Green value is 157 (61.72% from 255 or 54.33% from 289); Blue value is 1 (0.78% from 255 or 0.35% from 289); Max value from RGB is 157 - color contains mainly: green. Hex color #839D01 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #839D01 is #7C62FE. Grayscale: #848484. Windows color (decimal): -8151807 or 105859. OLE color: 105859.
HSL color Cylindrical-coordinate representation of color #839D01: hue angle of 70º 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 #839D01 is Cyan = 0.17, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 131 | 157 | 1 | - |
| CMYK | 0.17 | 0 | 0.99 | 0.38 |
| HSL | 70º | 0.99% | 0.31% | - |
| HSV(B) | 70º | 0.99% | 0.62% | - |
| XYZ | 21.42 | 28.94 | 4.49 | - |
| YUV | 131.44 | 54.39 | 127.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 157 | 1 | 0.17 | 0 | 0.99 | 0.38 | 70 | 0.99 | 0.31 |
| Hex | 83 | 9D | 1 | 11 | 0 | 63 | 26 | 46 | 63 | 1F |
| Octal | 203 | 235 | 1 | 21 | 0 | 143 | 46 | 106 | 143 | 37 |
| Binary | 10000011 | 10011101 | 1 | 10001 | 0 | 1100011 | 100110 | 1000110 | 1100011 | 11111 |
Color Harmonies of #839D01
Complementary color
Monochromatic Colors of #839D01
Black with #839D01
Text Example
Text Example
White with #839D01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #839D01; }
p { color: rgb(131,157,1); }
H1.HeaderClassName
{
color: #839D01;
}
.AnyTagClassName
{
color: #839D01;
}
</style>
background-color css
<style>
a { background-color: #839D01; }
a { background-color: rgb(131,157,1); }
div.DivClassName
{
background-color: #839D01;
}
.BgClassName
{
background-color: #839D01;
}
</style>
border-color css
<style>
span { border-color: #839D01; }
span { border-color: rgb(131,157,1); }
td.TdClassName
{
border-color: #839D01;
}
.TagClassName
{
border-color: #839D01;
}
</style>