Shades of Olive Drab #5F930E
Tints of Olive Drab #5F930E
RGB
CMYK
RGB Variations
Color information
#5F930E (or 0x5F930E) is known color: Olive Drab. HEX triplet: 5F, 93 and 0E. RGB value is (95,147,14). Sum of RGB (Red+Green+Blue) = 95+147+14=256 (33% of max value = 765). Red value is 95 (37.5% from 255 or 37.11% from 256); Green value is 147 (57.81% from 255 or 57.42% from 256); Blue value is 14 (5.86% from 255 or 5.47% from 256); Max value from RGB is 147 - color contains mainly: green. Hex color #5F930E is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5F930E is #A06CF1. Grayscale: #747474. Windows color (decimal): -10513650 or 955231. OLE color: 955231.
HSL color Cylindrical-coordinate representation of color #5F930E: hue angle of 83.46º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5F930E is Cyan = 0.35, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 95 | 147 | 14 | - |
| CMYK | 0.35 | 0 | 0.90 | 0.42 |
| HSL | 83.46º | 0.83% | 0.32% | - |
| HSV(B) | 83.46º | 0.9% | 0.58% | - |
| XYZ | 15.23 | 23.33 | 4.12 | - |
| YUV | 116.29 | 70.27 | 112.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 147 | 14 | 0.35 | 0 | 0.90 | 0.42 | 83.46 | 0.83 | 0.32 |
| Hex | 5F | 93 | E | 23 | 0 | 5A | 2A | 53 | 53 | 20 |
| Octal | 137 | 223 | 16 | 43 | 0 | 132 | 52 | 123 | 123 | 40 |
| Binary | 1011111 | 10010011 | 1110 | 100011 | 0 | 1011010 | 101010 | 1010011 | 1010011 | 100000 |
Color Harmonies of #5F930E
Complementary color
Monochromatic Colors of #5F930E
Black with #5F930E
Text Example
Text Example
White with #5F930E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F930E; }
p { color: rgb(95,147,14); }
H1.HeaderClassName
{
color: #5F930E;
}
.AnyTagClassName
{
color: #5F930E;
}
</style>
background-color css
<style>
a { background-color: #5F930E; }
a { background-color: rgb(95,147,14); }
div.DivClassName
{
background-color: #5F930E;
}
.BgClassName
{
background-color: #5F930E;
}
</style>
border-color css
<style>
span { border-color: #5F930E; }
span { border-color: rgb(95,147,14); }
td.TdClassName
{
border-color: #5F930E;
}
.TagClassName
{
border-color: #5F930E;
}
</style>