Shades of Olive Drab #5E9500
Tints of Olive Drab #5E9500
RGB
CMYK
RGB Variations
Color information
#5E9500 (or 0x5E9500) is known color: Olive Drab. HEX triplet: 5E, 95 and 00. RGB value is (94,149,0). Sum of RGB (Red+Green+Blue) = 94+149+0=243 (32% of max value = 765). Red value is 94 (37.11% from 255 or 38.68% from 243); Green value is 149 (58.59% from 255 or 61.32% from 243); Blue value is 0 (0.39% from 255 or 0% from 243); Max value from RGB is 149 - color contains mainly: green. Hex color #5E9500 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5E9500 is #A16AFF. Grayscale: #747474. Windows color (decimal): -10578688 or 38238. OLE color: 38238.
HSL color Cylindrical-coordinate representation of color #5E9500: hue angle of 82.15º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5E9500 is Cyan = 0.37, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 94 | 149 | 0 | - |
| CMYK | 0.37 | 0 | 1 | 0.42 |
| HSL | 82.15º | 1% | 0.29% | - |
| HSV(B) | 82.15º | 1% | 0.58% | - |
| XYZ | 15.36 | 23.87 | 3.8 | - |
| YUV | 115.57 | 62.78 | 112.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 149 | 0 | 0.37 | 0 | 1 | 0.42 | 82.15 | 1 | 0.29 |
| Hex | 5E | 95 | 0 | 25 | 0 | 64 | 2A | 52 | 64 | 1D |
| Octal | 136 | 225 | 0 | 45 | 0 | 144 | 52 | 122 | 144 | 35 |
| Binary | 1011110 | 10010101 | 0 | 100101 | 0 | 1100100 | 101010 | 1010010 | 1100100 | 11101 |
Color Harmonies of #5E9500
Complementary color
Monochromatic Colors of #5E9500
Black with #5E9500
Text Example
Text Example
White with #5E9500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E9500; }
p { color: rgb(94,149,0); }
H1.HeaderClassName
{
color: #5E9500;
}
.AnyTagClassName
{
color: #5E9500;
}
</style>
background-color css
<style>
a { background-color: #5E9500; }
a { background-color: rgb(94,149,0); }
div.DivClassName
{
background-color: #5E9500;
}
.BgClassName
{
background-color: #5E9500;
}
</style>
border-color css
<style>
span { border-color: #5E9500; }
span { border-color: rgb(94,149,0); }
td.TdClassName
{
border-color: #5E9500;
}
.TagClassName
{
border-color: #5E9500;
}
</style>