Shades of Dark Olive Green #5F7331
Tints of Dark Olive Green #5F7331
RGB
CMYK
RGB Variations
Color information
#5F7331 (or 0x5F7331) is known color: Dark Olive Green. HEX triplet: 5F, 73 and 31. RGB value is (95,115,49). Sum of RGB (Red+Green+Blue) = 95+115+49=259 (34% of max value = 765). Red value is 95 (37.5% from 255 or 36.68% from 259); Green value is 115 (45.31% from 255 or 44.40% from 259); Blue value is 49 (19.53% from 255 or 18.92% from 259); Max value from RGB is 115 - color contains mainly: green. Hex color #5F7331 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5F7331 is #A08CCE. Grayscale: #656565. Windows color (decimal): -10521807 or 3240799. OLE color: 3240799.
HSL color Cylindrical-coordinate representation of color #5F7331: hue angle of 78.18º degrees, saturation: 0.4, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5F7331 is Cyan = 0.17, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 95 | 115 | 49 | - |
| CMYK | 0.17 | 0 | 0.57 | 0.55 |
| HSL | 78.18º | 0.4% | 0.32% | - |
| HSV(B) | 78.18º | 0.57% | 0.45% | - |
| XYZ | 11.4 | 14.92 | 5.18 | - |
| YUV | 101.5 | 98.37 | 123.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 115 | 49 | 0.17 | 0 | 0.57 | 0.55 | 78.18 | 0.4 | 0.32 |
| Hex | 5F | 73 | 31 | 11 | 0 | 39 | 37 | 4E | 28 | 20 |
| Octal | 137 | 163 | 61 | 21 | 0 | 71 | 67 | 116 | 50 | 40 |
| Binary | 1011111 | 1110011 | 110001 | 10001 | 0 | 111001 | 110111 | 1001110 | 101000 | 100000 |
Color Harmonies of #5F7331
Complementary color
Monochromatic Colors of #5F7331
Black with #5F7331
Text Example
Text Example
White with #5F7331
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F7331; }
p { color: rgb(95,115,49); }
H1.HeaderClassName
{
color: #5F7331;
}
.AnyTagClassName
{
color: #5F7331;
}
</style>
background-color css
<style>
a { background-color: #5F7331; }
a { background-color: rgb(95,115,49); }
div.DivClassName
{
background-color: #5F7331;
}
.BgClassName
{
background-color: #5F7331;
}
</style>
border-color css
<style>
span { border-color: #5F7331; }
span { border-color: rgb(95,115,49); }
td.TdClassName
{
border-color: #5F7331;
}
.TagClassName
{
border-color: #5F7331;
}
</style>