Shades of Olive Drab #5E900D
Tints of Olive Drab #5E900D
RGB
CMYK
RGB Variations
Color information
#5E900D (or 0x5E900D) is known color: Olive Drab. HEX triplet: 5E, 90 and 0D. RGB value is (94,144,13). Sum of RGB (Red+Green+Blue) = 94+144+13=251 (33% of max value = 765). Red value is 94 (37.11% from 255 or 37.45% from 251); Green value is 144 (56.64% from 255 or 57.37% from 251); Blue value is 13 (5.47% from 255 or 5.18% from 251); Max value from RGB is 144 - color contains mainly: green. Hex color #5E900D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5E900D is #A16FF2. Grayscale: #727272. Windows color (decimal): -10579955 or 888926. OLE color: 888926.
HSL color Cylindrical-coordinate representation of color #5E900D: hue angle of 82.9º degrees, saturation: 0.83, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5E900D is Cyan = 0.35, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 94 | 144 | 13 | - |
| CMYK | 0.35 | 0 | 0.91 | 0.44 |
| HSL | 82.9º | 0.83% | 0.31% | - |
| HSV(B) | 82.9º | 0.91% | 0.56% | - |
| XYZ | 14.66 | 22.36 | 3.92 | - |
| YUV | 114.12 | 70.94 | 113.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 144 | 13 | 0.35 | 0 | 0.91 | 0.44 | 82.9 | 0.83 | 0.31 |
| Hex | 5E | 90 | D | 23 | 0 | 5B | 2C | 53 | 53 | 1F |
| Octal | 136 | 220 | 15 | 43 | 0 | 133 | 54 | 123 | 123 | 37 |
| Binary | 1011110 | 10010000 | 1101 | 100011 | 0 | 1011011 | 101100 | 1010011 | 1010011 | 11111 |
Color Harmonies of #5E900D
Complementary color
Monochromatic Colors of #5E900D
Black with #5E900D
Text Example
Text Example
White with #5E900D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E900D; }
p { color: rgb(94,144,13); }
H1.HeaderClassName
{
color: #5E900D;
}
.AnyTagClassName
{
color: #5E900D;
}
</style>
background-color css
<style>
a { background-color: #5E900D; }
a { background-color: rgb(94,144,13); }
div.DivClassName
{
background-color: #5E900D;
}
.BgClassName
{
background-color: #5E900D;
}
</style>
border-color css
<style>
span { border-color: #5E900D; }
span { border-color: rgb(94,144,13); }
td.TdClassName
{
border-color: #5E900D;
}
.TagClassName
{
border-color: #5E900D;
}
</style>