Shades of Dark Olive Green #5F7C2C
Tints of Dark Olive Green #5F7C2C
RGB
CMYK
RGB Variations
Color information
#5F7C2C (or 0x5F7C2C) is known color: Dark Olive Green. HEX triplet: 5F, 7C and 2C. RGB value is (95,124,44). Sum of RGB (Red+Green+Blue) = 95+124+44=263 (34% of max value = 765). Red value is 95 (37.5% from 255 or 36.12% from 263); Green value is 124 (48.83% from 255 or 47.15% from 263); Blue value is 44 (17.58% from 255 or 16.73% from 263); Max value from RGB is 124 - color contains mainly: green. Hex color #5F7C2C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5F7C2C is #A083D3. Grayscale: #6A6A6A. Windows color (decimal): -10519508 or 2915423. OLE color: 2915423.
HSL color Cylindrical-coordinate representation of color #5F7C2C: hue angle of 81.75º degrees, saturation: 0.48, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5F7C2C is Cyan = 0.23, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 95 | 124 | 44 | - |
| CMYK | 0.23 | 0 | 0.65 | 0.51 |
| HSL | 81.75º | 0.48% | 0.33% | - |
| HSV(B) | 81.75º | 0.65% | 0.49% | - |
| XYZ | 12.38 | 17.03 | 5.02 | - |
| YUV | 106.21 | 92.89 | 120 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 124 | 44 | 0.23 | 0 | 0.65 | 0.51 | 81.75 | 0.48 | 0.33 |
| Hex | 5F | 7C | 2C | 17 | 0 | 41 | 33 | 52 | 30 | 21 |
| Octal | 137 | 174 | 54 | 27 | 0 | 101 | 63 | 122 | 60 | 41 |
| Binary | 1011111 | 1111100 | 101100 | 10111 | 0 | 1000001 | 110011 | 1010010 | 110000 | 100001 |
Color Harmonies of #5F7C2C
Complementary color
Monochromatic Colors of #5F7C2C
Black with #5F7C2C
Text Example
Text Example
White with #5F7C2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F7C2C; }
p { color: rgb(95,124,44); }
H1.HeaderClassName
{
color: #5F7C2C;
}
.AnyTagClassName
{
color: #5F7C2C;
}
</style>
background-color css
<style>
a { background-color: #5F7C2C; }
a { background-color: rgb(95,124,44); }
div.DivClassName
{
background-color: #5F7C2C;
}
.BgClassName
{
background-color: #5F7C2C;
}
</style>
border-color css
<style>
span { border-color: #5F7C2C; }
span { border-color: rgb(95,124,44); }
td.TdClassName
{
border-color: #5F7C2C;
}
.TagClassName
{
border-color: #5F7C2C;
}
</style>