Shades of Olive Drab #5E910C
Tints of Olive Drab #5E910C
RGB
CMYK
RGB Variations
Color information
#5E910C (or 0x5E910C) is known color: Olive Drab. HEX triplet: 5E, 91 and 0C. RGB value is (94,145,12). Sum of RGB (Red+Green+Blue) = 94+145+12=251 (33% of max value = 765). Red value is 94 (37.11% from 255 or 37.45% from 251); Green value is 145 (57.03% from 255 or 57.77% from 251); Blue value is 12 (5.08% from 255 or 4.78% from 251); Max value from RGB is 145 - color contains mainly: green. Hex color #5E910C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5E910C is #A16EF3. Grayscale: #737373. Windows color (decimal): -10579700 or 823646. OLE color: 823646.
HSL color Cylindrical-coordinate representation of color #5E910C: hue angle of 83.01º degrees, saturation: 0.85, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5E910C is Cyan = 0.35, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 94 | 145 | 12 | - |
| CMYK | 0.35 | 0 | 0.92 | 0.43 |
| HSL | 83.01º | 0.85% | 0.31% | - |
| HSV(B) | 83.01º | 0.92% | 0.57% | - |
| XYZ | 14.81 | 22.66 | 3.94 | - |
| YUV | 114.59 | 70.1 | 113.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 145 | 12 | 0.35 | 0 | 0.92 | 0.43 | 83.01 | 0.85 | 0.31 |
| Hex | 5E | 91 | C | 23 | 0 | 5C | 2B | 53 | 55 | 1F |
| Octal | 136 | 221 | 14 | 43 | 0 | 134 | 53 | 123 | 125 | 37 |
| Binary | 1011110 | 10010001 | 1100 | 100011 | 0 | 1011100 | 101011 | 1010011 | 1010101 | 11111 |
Color Harmonies of #5E910C
Complementary color
Monochromatic Colors of #5E910C
Black with #5E910C
Text Example
Text Example
White with #5E910C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E910C; }
p { color: rgb(94,145,12); }
H1.HeaderClassName
{
color: #5E910C;
}
.AnyTagClassName
{
color: #5E910C;
}
</style>
background-color css
<style>
a { background-color: #5E910C; }
a { background-color: rgb(94,145,12); }
div.DivClassName
{
background-color: #5E910C;
}
.BgClassName
{
background-color: #5E910C;
}
</style>
border-color css
<style>
span { border-color: #5E910C; }
span { border-color: rgb(94,145,12); }
td.TdClassName
{
border-color: #5E910C;
}
.TagClassName
{
border-color: #5E910C;
}
</style>