Shades of Olive Drab #5E9309
Tints of Olive Drab #5E9309
RGB
CMYK
RGB Variations
Color information
#5E9309 (or 0x5E9309) is known color: Olive Drab. HEX triplet: 5E, 93 and 09. RGB value is (94,147,9). Sum of RGB (Red+Green+Blue) = 94+147+9=250 (33% of max value = 765). Red value is 94 (37.11% from 255 or 37.6% from 250); Green value is 147 (57.81% from 255 or 58.8% from 250); Blue value is 9 (3.91% from 255 or 3.6% from 250); Max value from RGB is 147 - color contains mainly: green. Hex color #5E9309 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5E9309 is #A16CF6. Grayscale: #737373. Windows color (decimal): -10579191 or 627550. OLE color: 627550.
HSL color Cylindrical-coordinate representation of color #5E9309: hue angle of 83.04º degrees, saturation: 0.88, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #5E9309 is Cyan = 0.36, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 94 | 147 | 9 | - |
| CMYK | 0.36 | 0 | 0.94 | 0.42 |
| HSL | 83.04º | 0.88% | 0.31% | - |
| HSV(B) | 83.04º | 0.94% | 0.58% | - |
| XYZ | 15.1 | 23.27 | 3.95 | - |
| YUV | 115.42 | 67.94 | 112.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 147 | 9 | 0.36 | 0 | 0.94 | 0.42 | 83.04 | 0.88 | 0.31 |
| Hex | 5E | 93 | 9 | 24 | 0 | 5E | 2A | 53 | 58 | 1F |
| Octal | 136 | 223 | 11 | 44 | 0 | 136 | 52 | 123 | 130 | 37 |
| Binary | 1011110 | 10010011 | 1001 | 100100 | 0 | 1011110 | 101010 | 1010011 | 1011000 | 11111 |
Color Harmonies of #5E9309
Complementary color
Monochromatic Colors of #5E9309
Black with #5E9309
Text Example
Text Example
White with #5E9309
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E9309; }
p { color: rgb(94,147,9); }
H1.HeaderClassName
{
color: #5E9309;
}
.AnyTagClassName
{
color: #5E9309;
}
</style>
background-color css
<style>
a { background-color: #5E9309; }
a { background-color: rgb(94,147,9); }
div.DivClassName
{
background-color: #5E9309;
}
.BgClassName
{
background-color: #5E9309;
}
</style>
border-color css
<style>
span { border-color: #5E9309; }
span { border-color: rgb(94,147,9); }
td.TdClassName
{
border-color: #5E9309;
}
.TagClassName
{
border-color: #5E9309;
}
</style>