Shades of Olive Drab #5E950C
Tints of Olive Drab #5E950C
RGB
CMYK
RGB Variations
Color information
#5E950C (or 0x5E950C) is known color: Olive Drab. HEX triplet: 5E, 95 and 0C. RGB value is (94,149,12). Sum of RGB (Red+Green+Blue) = 94+149+12=255 (33% of max value = 765). Red value is 94 (37.11% from 255 or 36.86% from 255); Green value is 149 (58.59% from 255 or 58.43% from 255); Blue value is 12 (5.08% from 255 or 4.71% from 255); Max value from RGB is 149 - color contains mainly: green. Hex color #5E950C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5E950C is #A16AF3. Grayscale: #757575. Windows color (decimal): -10578676 or 824670. OLE color: 824670.
HSL color Cylindrical-coordinate representation of color #5E950C: hue angle of 84.09º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5E950C is Cyan = 0.37, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 94 | 149 | 12 | - |
| CMYK | 0.37 | 0 | 0.92 | 0.42 |
| HSL | 84.09º | 0.85% | 0.32% | - |
| HSV(B) | 84.09º | 0.92% | 0.58% | - |
| XYZ | 15.43 | 23.9 | 4.15 | - |
| YUV | 116.94 | 68.78 | 111.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 149 | 12 | 0.37 | 0 | 0.92 | 0.42 | 84.09 | 0.85 | 0.32 |
| Hex | 5E | 95 | C | 25 | 0 | 5C | 2A | 54 | 55 | 20 |
| Octal | 136 | 225 | 14 | 45 | 0 | 134 | 52 | 124 | 125 | 40 |
| Binary | 1011110 | 10010101 | 1100 | 100101 | 0 | 1011100 | 101010 | 1010100 | 1010101 | 100000 |
Color Harmonies of #5E950C
Complementary color
Monochromatic Colors of #5E950C
Black with #5E950C
Text Example
Text Example
White with #5E950C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E950C; }
p { color: rgb(94,149,12); }
H1.HeaderClassName
{
color: #5E950C;
}
.AnyTagClassName
{
color: #5E950C;
}
</style>
background-color css
<style>
a { background-color: #5E950C; }
a { background-color: rgb(94,149,12); }
div.DivClassName
{
background-color: #5E950C;
}
.BgClassName
{
background-color: #5E950C;
}
</style>
border-color css
<style>
span { border-color: #5E950C; }
span { border-color: rgb(94,149,12); }
td.TdClassName
{
border-color: #5E950C;
}
.TagClassName
{
border-color: #5E950C;
}
</style>