Shades of Olive Drab #5E8916
Tints of Olive Drab #5E8916
RGB
CMYK
RGB Variations
Color information
#5E8916 (or 0x5E8916) is known color: Olive Drab. HEX triplet: 5E, 89 and 16. RGB value is (94,137,22). Sum of RGB (Red+Green+Blue) = 94+137+22=253 (33% of max value = 765). Red value is 94 (37.11% from 255 or 37.15% from 253); Green value is 137 (53.91% from 255 or 54.15% from 253); Blue value is 22 (8.98% from 255 or 8.70% from 253); Max value from RGB is 137 - color contains mainly: green. Hex color #5E8916 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5E8916 is #A176E9. Grayscale: #6F6F6F. Windows color (decimal): -10581738 or 1476958. OLE color: 1476958.
HSL color Cylindrical-coordinate representation of color #5E8916: hue angle of 82.43º degrees, saturation: 0.72, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5E8916 is Cyan = 0.31, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 94 | 137 | 22 | - |
| CMYK | 0.31 | 0 | 0.84 | 0.46 |
| HSL | 82.43º | 0.72% | 0.31% | - |
| HSV(B) | 82.43º | 0.84% | 0.54% | - |
| XYZ | 13.71 | 20.33 | 3.96 | - |
| YUV | 111.03 | 77.75 | 115.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 137 | 22 | 0.31 | 0 | 0.84 | 0.46 | 82.43 | 0.72 | 0.31 |
| Hex | 5E | 89 | 16 | 1F | 0 | 54 | 2E | 52 | 48 | 1F |
| Octal | 136 | 211 | 26 | 37 | 0 | 124 | 56 | 122 | 110 | 37 |
| Binary | 1011110 | 10001001 | 10110 | 11111 | 0 | 1010100 | 101110 | 1010010 | 1001000 | 11111 |
Color Harmonies of #5E8916
Complementary color
Monochromatic Colors of #5E8916
Black with #5E8916
Text Example
Text Example
White with #5E8916
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E8916; }
p { color: rgb(94,137,22); }
H1.HeaderClassName
{
color: #5E8916;
}
.AnyTagClassName
{
color: #5E8916;
}
</style>
background-color css
<style>
a { background-color: #5E8916; }
a { background-color: rgb(94,137,22); }
div.DivClassName
{
background-color: #5E8916;
}
.BgClassName
{
background-color: #5E8916;
}
</style>
border-color css
<style>
span { border-color: #5E8916; }
span { border-color: rgb(94,137,22); }
td.TdClassName
{
border-color: #5E8916;
}
.TagClassName
{
border-color: #5E8916;
}
</style>