Shades of Dark Olive Green #5F7A28
Tints of Dark Olive Green #5F7A28
RGB
CMYK
RGB Variations
Color information
#5F7A28 (or 0x5F7A28) is known color: Dark Olive Green. HEX triplet: 5F, 7A and 28. RGB value is (95,122,40). Sum of RGB (Red+Green+Blue) = 95+122+40=257 (34% of max value = 765). Red value is 95 (37.5% from 255 or 36.96% from 257); Green value is 122 (48.05% from 255 or 47.47% from 257); Blue value is 40 (16.02% from 255 or 15.56% from 257); Max value from RGB is 122 - color contains mainly: green. Hex color #5F7A28 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5F7A28 is #A085D7. Grayscale: #686868. Windows color (decimal): -10520024 or 2652767. OLE color: 2652767.
HSL color Cylindrical-coordinate representation of color #5F7A28: hue angle of 79.76º degrees, saturation: 0.51, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5F7A28 is Cyan = 0.22, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 95 | 122 | 40 | - |
| CMYK | 0.22 | 0 | 0.67 | 0.52 |
| HSL | 79.76º | 0.51% | 0.32% | - |
| HSV(B) | 79.76º | 0.67% | 0.48% | - |
| XYZ | 12.06 | 16.51 | 4.56 | - |
| YUV | 104.58 | 91.55 | 121.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 122 | 40 | 0.22 | 0 | 0.67 | 0.52 | 79.76 | 0.51 | 0.32 |
| Hex | 5F | 7A | 28 | 16 | 0 | 43 | 34 | 50 | 33 | 20 |
| Octal | 137 | 172 | 50 | 26 | 0 | 103 | 64 | 120 | 63 | 40 |
| Binary | 1011111 | 1111010 | 101000 | 10110 | 0 | 1000011 | 110100 | 1010000 | 110011 | 100000 |
Color Harmonies of #5F7A28
Complementary color
Monochromatic Colors of #5F7A28
Black with #5F7A28
Text Example
Text Example
White with #5F7A28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F7A28; }
p { color: rgb(95,122,40); }
H1.HeaderClassName
{
color: #5F7A28;
}
.AnyTagClassName
{
color: #5F7A28;
}
</style>
background-color css
<style>
a { background-color: #5F7A28; }
a { background-color: rgb(95,122,40); }
div.DivClassName
{
background-color: #5F7A28;
}
.BgClassName
{
background-color: #5F7A28;
}
</style>
border-color css
<style>
span { border-color: #5F7A28; }
span { border-color: rgb(95,122,40); }
td.TdClassName
{
border-color: #5F7A28;
}
.TagClassName
{
border-color: #5F7A28;
}
</style>