Shades of Olive #839E02
Tints of Olive #839E02
RGB
CMYK
RGB Variations
Color information
#839E02 (or 0x839E02) is known color: Olive. HEX triplet: 83, 9E and 02. RGB value is (131,158,2). Sum of RGB (Red+Green+Blue) = 131+158+2=291 (38% of max value = 765). Red value is 131 (51.56% from 255 or 45.02% from 291); Green value is 158 (62.11% from 255 or 54.30% from 291); Blue value is 2 (1.17% from 255 or 0.69% from 291); Max value from RGB is 158 - color contains mainly: green. Hex color #839E02 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #839E02 is #7C61FD. Grayscale: #848484. Windows color (decimal): -8151550 or 171651. OLE color: 171651.
HSL color Cylindrical-coordinate representation of color #839E02: hue angle of 70.38º degrees, saturation: 0.98, 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 #839E02 is Cyan = 0.17, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 131 | 158 | 2 | - |
| CMYK | 0.17 | 0 | 0.99 | 0.38 |
| HSL | 70.38º | 0.98% | 0.31% | - |
| HSV(B) | 70.38º | 0.99% | 0.62% | - |
| XYZ | 21.6 | 29.28 | 4.57 | - |
| YUV | 132.14 | 54.55 | 127.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 158 | 2 | 0.17 | 0 | 0.99 | 0.38 | 70.38 | 0.98 | 0.31 |
| Hex | 83 | 9E | 2 | 11 | 0 | 63 | 26 | 46 | 62 | 1F |
| Octal | 203 | 236 | 2 | 21 | 0 | 143 | 46 | 106 | 142 | 37 |
| Binary | 10000011 | 10011110 | 10 | 10001 | 0 | 1100011 | 100110 | 1000110 | 1100010 | 11111 |
Color Harmonies of #839E02
Complementary color
Monochromatic Colors of #839E02
Black with #839E02
Text Example
Text Example
White with #839E02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #839E02; }
p { color: rgb(131,158,2); }
H1.HeaderClassName
{
color: #839E02;
}
.AnyTagClassName
{
color: #839E02;
}
</style>
background-color css
<style>
a { background-color: #839E02; }
a { background-color: rgb(131,158,2); }
div.DivClassName
{
background-color: #839E02;
}
.BgClassName
{
background-color: #839E02;
}
</style>
border-color css
<style>
span { border-color: #839E02; }
span { border-color: rgb(131,158,2); }
td.TdClassName
{
border-color: #839E02;
}
.TagClassName
{
border-color: #839E02;
}
</style>