Shades of Olive Drab #5E920D
Tints of Olive Drab #5E920D
RGB
CMYK
RGB Variations
Color information
#5E920D (or 0x5E920D) is known color: Olive Drab. HEX triplet: 5E, 92 and 0D. RGB value is (94,146,13). Sum of RGB (Red+Green+Blue) = 94+146+13=253 (33% of max value = 765). Red value is 94 (37.11% from 255 or 37.15% from 253); Green value is 146 (57.42% from 255 or 57.71% from 253); Blue value is 13 (5.47% from 255 or 5.14% from 253); Max value from RGB is 146 - color contains mainly: green. Hex color #5E920D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5E920D is #A16DF2. Grayscale: #737373. Windows color (decimal): -10579443 or 889438. OLE color: 889438.
HSL color Cylindrical-coordinate representation of color #5E920D: hue angle of 83.46º degrees, saturation: 0.84, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5E920D is Cyan = 0.36, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 94 | 146 | 13 | - |
| CMYK | 0.36 | 0 | 0.91 | 0.43 |
| HSL | 83.46º | 0.84% | 0.31% | - |
| HSV(B) | 83.46º | 0.91% | 0.57% | - |
| XYZ | 14.97 | 22.97 | 4.02 | - |
| YUV | 115.29 | 70.27 | 112.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 146 | 13 | 0.36 | 0 | 0.91 | 0.43 | 83.46 | 0.84 | 0.31 |
| Hex | 5E | 92 | D | 24 | 0 | 5B | 2B | 53 | 54 | 1F |
| Octal | 136 | 222 | 15 | 44 | 0 | 133 | 53 | 123 | 124 | 37 |
| Binary | 1011110 | 10010010 | 1101 | 100100 | 0 | 1011011 | 101011 | 1010011 | 1010100 | 11111 |
Color Harmonies of #5E920D
Complementary color
Monochromatic Colors of #5E920D
Black with #5E920D
Text Example
Text Example
White with #5E920D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E920D; }
p { color: rgb(94,146,13); }
H1.HeaderClassName
{
color: #5E920D;
}
.AnyTagClassName
{
color: #5E920D;
}
</style>
background-color css
<style>
a { background-color: #5E920D; }
a { background-color: rgb(94,146,13); }
div.DivClassName
{
background-color: #5E920D;
}
.BgClassName
{
background-color: #5E920D;
}
</style>
border-color css
<style>
span { border-color: #5E920D; }
span { border-color: rgb(94,146,13); }
td.TdClassName
{
border-color: #5E920D;
}
.TagClassName
{
border-color: #5E920D;
}
</style>