Shades of Olive Drab #5E9403
Tints of Olive Drab #5E9403
RGB
CMYK
RGB Variations
Color information
#5E9403 (or 0x5E9403) is known color: Olive Drab. HEX triplet: 5E, 94 and 03. RGB value is (94,148,3). Sum of RGB (Red+Green+Blue) = 94+148+3=245 (32% of max value = 765). Red value is 94 (37.11% from 255 or 38.37% from 245); Green value is 148 (58.20% from 255 or 60.41% from 245); Blue value is 3 (1.56% from 255 or 1.22% from 245); Max value from RGB is 148 - color contains mainly: green. Hex color #5E9403 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5E9403 is #A16BFC. Grayscale: #737373. Windows color (decimal): -10578941 or 234590. OLE color: 234590.
HSL color Cylindrical-coordinate representation of color #5E9403: hue angle of 82.34º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5E9403 is Cyan = 0.36, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 94 | 148 | 3 | - |
| CMYK | 0.36 | 0 | 0.98 | 0.42 |
| HSL | 82.34º | 0.96% | 0.3% | - |
| HSV(B) | 82.34º | 0.98% | 0.58% | - |
| XYZ | 15.22 | 23.57 | 3.83 | - |
| YUV | 115.32 | 64.61 | 112.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 148 | 3 | 0.36 | 0 | 0.98 | 0.42 | 82.34 | 0.96 | 0.3 |
| Hex | 5E | 94 | 3 | 24 | 0 | 62 | 2A | 52 | 60 | 1E |
| Octal | 136 | 224 | 3 | 44 | 0 | 142 | 52 | 122 | 140 | 36 |
| Binary | 1011110 | 10010100 | 11 | 100100 | 0 | 1100010 | 101010 | 1010010 | 1100000 | 11110 |
Color Harmonies of #5E9403
Complementary color
Monochromatic Colors of #5E9403
Black with #5E9403
Text Example
Text Example
White with #5E9403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E9403; }
p { color: rgb(94,148,3); }
H1.HeaderClassName
{
color: #5E9403;
}
.AnyTagClassName
{
color: #5E9403;
}
</style>
background-color css
<style>
a { background-color: #5E9403; }
a { background-color: rgb(94,148,3); }
div.DivClassName
{
background-color: #5E9403;
}
.BgClassName
{
background-color: #5E9403;
}
</style>
border-color css
<style>
span { border-color: #5E9403; }
span { border-color: rgb(94,148,3); }
td.TdClassName
{
border-color: #5E9403;
}
.TagClassName
{
border-color: #5E9403;
}
</style>