Shades of Olive Drab #5F9410
Tints of Olive Drab #5F9410
RGB
CMYK
RGB Variations
Color information
#5F9410 (or 0x5F9410) is known color: Olive Drab. HEX triplet: 5F, 94 and 10. RGB value is (95,148,16). Sum of RGB (Red+Green+Blue) = 95+148+16=259 (34% of max value = 765). Red value is 95 (37.5% from 255 or 36.68% from 259); Green value is 148 (58.20% from 255 or 57.14% from 259); Blue value is 16 (6.64% from 255 or 6.18% from 259); Max value from RGB is 148 - color contains mainly: green. Hex color #5F9410 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5F9410 is #A06BEF. Grayscale: #757575. Windows color (decimal): -10513392 or 1086559. OLE color: 1086559.
HSL color Cylindrical-coordinate representation of color #5F9410: hue angle of 84.09º degrees, saturation: 0.8, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5F9410 is Cyan = 0.36, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 95 | 148 | 16 | - |
| CMYK | 0.36 | 0 | 0.89 | 0.42 |
| HSL | 84.09º | 0.8% | 0.32% | - |
| HSV(B) | 84.09º | 0.89% | 0.58% | - |
| XYZ | 15.4 | 23.65 | 4.24 | - |
| YUV | 117.11 | 70.94 | 112.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 148 | 16 | 0.36 | 0 | 0.89 | 0.42 | 84.09 | 0.8 | 0.32 |
| Hex | 5F | 94 | 10 | 24 | 0 | 59 | 2A | 54 | 50 | 20 |
| Octal | 137 | 224 | 20 | 44 | 0 | 131 | 52 | 124 | 120 | 40 |
| Binary | 1011111 | 10010100 | 10000 | 100100 | 0 | 1011001 | 101010 | 1010100 | 1010000 | 100000 |
Color Harmonies of #5F9410
Complementary color
Monochromatic Colors of #5F9410
Black with #5F9410
Text Example
Text Example
White with #5F9410
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F9410; }
p { color: rgb(95,148,16); }
H1.HeaderClassName
{
color: #5F9410;
}
.AnyTagClassName
{
color: #5F9410;
}
</style>
background-color css
<style>
a { background-color: #5F9410; }
a { background-color: rgb(95,148,16); }
div.DivClassName
{
background-color: #5F9410;
}
.BgClassName
{
background-color: #5F9410;
}
</style>
border-color css
<style>
span { border-color: #5F9410; }
span { border-color: rgb(95,148,16); }
td.TdClassName
{
border-color: #5F9410;
}
.TagClassName
{
border-color: #5F9410;
}
</style>