Shades of Olive Drab #5F7E24
Tints of Olive Drab #5F7E24
RGB
CMYK
RGB Variations
Color information
#5F7E24 (or 0x5F7E24) is known color: Olive Drab. HEX triplet: 5F, 7E and 24. RGB value is (95,126,36). Sum of RGB (Red+Green+Blue) = 95+126+36=257 (34% of max value = 765). Red value is 95 (37.5% from 255 or 36.96% from 257); Green value is 126 (49.61% from 255 or 49.03% from 257); Blue value is 36 (14.45% from 255 or 14.01% from 257); Max value from RGB is 126 - color contains mainly: green. Hex color #5F7E24 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5F7E24 is #A081DB. Grayscale: #6A6A6A. Windows color (decimal): -10519004 or 2391647. OLE color: 2391647.
HSL color Cylindrical-coordinate representation of color #5F7E24: hue angle of 80.67º degrees, saturation: 0.56, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5F7E24 is Cyan = 0.25, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 95 | 126 | 36 | - |
| CMYK | 0.25 | 0 | 0.71 | 0.51 |
| HSL | 80.67º | 0.56% | 0.32% | - |
| HSV(B) | 80.67º | 0.71% | 0.49% | - |
| XYZ | 12.5 | 17.48 | 4.38 | - |
| YUV | 106.47 | 88.23 | 119.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 126 | 36 | 0.25 | 0 | 0.71 | 0.51 | 80.67 | 0.56 | 0.32 |
| Hex | 5F | 7E | 24 | 19 | 0 | 47 | 33 | 51 | 38 | 20 |
| Octal | 137 | 176 | 44 | 31 | 0 | 107 | 63 | 121 | 70 | 40 |
| Binary | 1011111 | 1111110 | 100100 | 11001 | 0 | 1000111 | 110011 | 1010001 | 111000 | 100000 |
Color Harmonies of #5F7E24
Complementary color
Monochromatic Colors of #5F7E24
Black with #5F7E24
Text Example
Text Example
White with #5F7E24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F7E24; }
p { color: rgb(95,126,36); }
H1.HeaderClassName
{
color: #5F7E24;
}
.AnyTagClassName
{
color: #5F7E24;
}
</style>
background-color css
<style>
a { background-color: #5F7E24; }
a { background-color: rgb(95,126,36); }
div.DivClassName
{
background-color: #5F7E24;
}
.BgClassName
{
background-color: #5F7E24;
}
</style>
border-color css
<style>
span { border-color: #5F7E24; }
span { border-color: rgb(95,126,36); }
td.TdClassName
{
border-color: #5F7E24;
}
.TagClassName
{
border-color: #5F7E24;
}
</style>