Shades of Olive Drab #5E8B19
Tints of Olive Drab #5E8B19
RGB
CMYK
RGB Variations
Color information
#5E8B19 (or 0x5E8B19) is known color: Olive Drab. HEX triplet: 5E, 8B and 19. RGB value is (94,139,25). Sum of RGB (Red+Green+Blue) = 94+139+25=258 (34% of max value = 765). Red value is 94 (37.11% from 255 or 36.43% from 258); Green value is 139 (54.69% from 255 or 53.88% from 258); Blue value is 25 (10.16% from 255 or 9.69% from 258); Max value from RGB is 139 - color contains mainly: green. Hex color #5E8B19 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5E8B19 is #A174E6. Grayscale: #707070. Windows color (decimal): -10581223 or 1674078. OLE color: 1674078.
HSL color Cylindrical-coordinate representation of color #5E8B19: hue angle of 83.68º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5E8B19 is Cyan = 0.32, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 94 | 139 | 25 | - |
| CMYK | 0.32 | 0 | 0.82 | 0.45 |
| HSL | 83.68º | 0.7% | 0.32% | - |
| HSV(B) | 83.68º | 0.82% | 0.55% | - |
| XYZ | 14.02 | 20.92 | 4.22 | - |
| YUV | 112.55 | 78.59 | 114.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 139 | 25 | 0.32 | 0 | 0.82 | 0.45 | 83.68 | 0.7 | 0.32 |
| Hex | 5E | 8B | 19 | 20 | 0 | 52 | 2D | 54 | 46 | 20 |
| Octal | 136 | 213 | 31 | 40 | 0 | 122 | 55 | 124 | 106 | 40 |
| Binary | 1011110 | 10001011 | 11001 | 100000 | 0 | 1010010 | 101101 | 1010100 | 1000110 | 100000 |
Color Harmonies of #5E8B19
Complementary color
Monochromatic Colors of #5E8B19
Black with #5E8B19
Text Example
Text Example
White with #5E8B19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E8B19; }
p { color: rgb(94,139,25); }
H1.HeaderClassName
{
color: #5E8B19;
}
.AnyTagClassName
{
color: #5E8B19;
}
</style>
background-color css
<style>
a { background-color: #5E8B19; }
a { background-color: rgb(94,139,25); }
div.DivClassName
{
background-color: #5E8B19;
}
.BgClassName
{
background-color: #5E8B19;
}
</style>
border-color css
<style>
span { border-color: #5E8B19; }
span { border-color: rgb(94,139,25); }
td.TdClassName
{
border-color: #5E8B19;
}
.TagClassName
{
border-color: #5E8B19;
}
</style>