Shades of Olive Drab #5E9705
Tints of Olive Drab #5E9705
RGB
CMYK
RGB Variations
Color information
#5E9705 (or 0x5E9705) is known color: Olive Drab. HEX triplet: 5E, 97 and 05. RGB value is (94,151,5). Sum of RGB (Red+Green+Blue) = 94+151+5=250 (33% of max value = 765). Red value is 94 (37.11% from 255 or 37.6% from 250); Green value is 151 (59.38% from 255 or 60.4% from 250); Blue value is 5 (2.34% from 255 or 2% from 250); Max value from RGB is 151 - color contains mainly: green. Hex color #5E9705 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5E9705 is #A168FA. Grayscale: #757575. Windows color (decimal): -10578171 or 366430. OLE color: 366430.
HSL color Cylindrical-coordinate representation of color #5E9705: hue angle of 83.42º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5E9705 is Cyan = 0.38, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 94 | 151 | 5 | - |
| CMYK | 0.38 | 0 | 0.97 | 0.41 |
| HSL | 83.42º | 0.94% | 0.31% | - |
| HSV(B) | 83.42º | 0.97% | 0.59% | - |
| XYZ | 15.71 | 24.52 | 4.05 | - |
| YUV | 117.31 | 64.62 | 111.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 151 | 5 | 0.38 | 0 | 0.97 | 0.41 | 83.42 | 0.94 | 0.31 |
| Hex | 5E | 97 | 5 | 26 | 0 | 61 | 29 | 53 | 5E | 1F |
| Octal | 136 | 227 | 5 | 46 | 0 | 141 | 51 | 123 | 136 | 37 |
| Binary | 1011110 | 10010111 | 101 | 100110 | 0 | 1100001 | 101001 | 1010011 | 1011110 | 11111 |
Color Harmonies of #5E9705
Complementary color
Monochromatic Colors of #5E9705
Black with #5E9705
Text Example
Text Example
White with #5E9705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E9705; }
p { color: rgb(94,151,5); }
H1.HeaderClassName
{
color: #5E9705;
}
.AnyTagClassName
{
color: #5E9705;
}
</style>
background-color css
<style>
a { background-color: #5E9705; }
a { background-color: rgb(94,151,5); }
div.DivClassName
{
background-color: #5E9705;
}
.BgClassName
{
background-color: #5E9705;
}
</style>
border-color css
<style>
span { border-color: #5E9705; }
span { border-color: rgb(94,151,5); }
td.TdClassName
{
border-color: #5E9705;
}
.TagClassName
{
border-color: #5E9705;
}
</style>