Shades of Olive Drab #5E930D
Tints of Olive Drab #5E930D
RGB
CMYK
RGB Variations
Color information
#5E930D (or 0x5E930D) is known color: Olive Drab. HEX triplet: 5E, 93 and 0D. RGB value is (94,147,13). Sum of RGB (Red+Green+Blue) = 94+147+13=254 (33% of max value = 765). Red value is 94 (37.11% from 255 or 37.01% from 254); Green value is 147 (57.81% from 255 or 57.87% from 254); Blue value is 13 (5.47% from 255 or 5.12% from 254); Max value from RGB is 147 - color contains mainly: green. Hex color #5E930D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5E930D is #A16CF2. Grayscale: #747474. Windows color (decimal): -10579187 or 889694. OLE color: 889694.
HSL color Cylindrical-coordinate representation of color #5E930D: hue angle of 83.73º degrees, saturation: 0.84, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5E930D is Cyan = 0.36, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 94 | 147 | 13 | - |
| CMYK | 0.36 | 0 | 0.91 | 0.42 |
| HSL | 83.73º | 0.84% | 0.31% | - |
| HSV(B) | 83.73º | 0.91% | 0.58% | - |
| XYZ | 15.12 | 23.28 | 4.08 | - |
| YUV | 115.88 | 69.94 | 112.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 147 | 13 | 0.36 | 0 | 0.91 | 0.42 | 83.73 | 0.84 | 0.31 |
| Hex | 5E | 93 | D | 24 | 0 | 5B | 2A | 54 | 54 | 1F |
| Octal | 136 | 223 | 15 | 44 | 0 | 133 | 52 | 124 | 124 | 37 |
| Binary | 1011110 | 10010011 | 1101 | 100100 | 0 | 1011011 | 101010 | 1010100 | 1010100 | 11111 |
Color Harmonies of #5E930D
Complementary color
Monochromatic Colors of #5E930D
Black with #5E930D
Text Example
Text Example
White with #5E930D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E930D; }
p { color: rgb(94,147,13); }
H1.HeaderClassName
{
color: #5E930D;
}
.AnyTagClassName
{
color: #5E930D;
}
</style>
background-color css
<style>
a { background-color: #5E930D; }
a { background-color: rgb(94,147,13); }
div.DivClassName
{
background-color: #5E930D;
}
.BgClassName
{
background-color: #5E930D;
}
</style>
border-color css
<style>
span { border-color: #5E930D; }
span { border-color: rgb(94,147,13); }
td.TdClassName
{
border-color: #5E930D;
}
.TagClassName
{
border-color: #5E930D;
}
</style>