Shades of Dark Olive Green #5F7C28
Tints of Dark Olive Green #5F7C28
RGB
CMYK
RGB Variations
Color information
#5F7C28 (or 0x5F7C28) is known color: Dark Olive Green. HEX triplet: 5F, 7C and 28. RGB value is (95,124,40). Sum of RGB (Red+Green+Blue) = 95+124+40=259 (34% of max value = 765). Red value is 95 (37.5% from 255 or 36.68% from 259); Green value is 124 (48.83% from 255 or 47.88% from 259); Blue value is 40 (16.02% from 255 or 15.44% from 259); Max value from RGB is 124 - color contains mainly: green. Hex color #5F7C28 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5F7C28 is #A083D7. Grayscale: #6A6A6A. Windows color (decimal): -10519512 or 2653279. OLE color: 2653279.
HSL color Cylindrical-coordinate representation of color #5F7C28: hue angle of 80.71º degrees, saturation: 0.51, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5F7C28 is Cyan = 0.23, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 95 | 124 | 40 | - |
| CMYK | 0.23 | 0 | 0.68 | 0.51 |
| HSL | 80.71º | 0.51% | 0.32% | - |
| HSV(B) | 80.71º | 0.68% | 0.49% | - |
| XYZ | 12.31 | 17 | 4.64 | - |
| YUV | 105.75 | 90.89 | 120.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 124 | 40 | 0.23 | 0 | 0.68 | 0.51 | 80.71 | 0.51 | 0.32 |
| Hex | 5F | 7C | 28 | 17 | 0 | 44 | 33 | 51 | 33 | 20 |
| Octal | 137 | 174 | 50 | 27 | 0 | 104 | 63 | 121 | 63 | 40 |
| Binary | 1011111 | 1111100 | 101000 | 10111 | 0 | 1000100 | 110011 | 1010001 | 110011 | 100000 |
Color Harmonies of #5F7C28
Complementary color
Monochromatic Colors of #5F7C28
Black with #5F7C28
Text Example
Text Example
White with #5F7C28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F7C28; }
p { color: rgb(95,124,40); }
H1.HeaderClassName
{
color: #5F7C28;
}
.AnyTagClassName
{
color: #5F7C28;
}
</style>
background-color css
<style>
a { background-color: #5F7C28; }
a { background-color: rgb(95,124,40); }
div.DivClassName
{
background-color: #5F7C28;
}
.BgClassName
{
background-color: #5F7C28;
}
</style>
border-color css
<style>
span { border-color: #5F7C28; }
span { border-color: rgb(95,124,40); }
td.TdClassName
{
border-color: #5F7C28;
}
.TagClassName
{
border-color: #5F7C28;
}
</style>