Shades of Dark Olive Green #5F7C2B
Tints of Dark Olive Green #5F7C2B
RGB
CMYK
RGB Variations
Color information
#5F7C2B (or 0x5F7C2B) is known color: Dark Olive Green. HEX triplet: 5F, 7C and 2B. RGB value is (95,124,43). Sum of RGB (Red+Green+Blue) = 95+124+43=262 (34% of max value = 765). Red value is 95 (37.5% from 255 or 36.26% from 262); Green value is 124 (48.83% from 255 or 47.33% from 262); Blue value is 43 (17.19% from 255 or 16.41% from 262); Max value from RGB is 124 - color contains mainly: green. Hex color #5F7C2B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5F7C2B is #A083D4. Grayscale: #6A6A6A. Windows color (decimal): -10519509 or 2849887. OLE color: 2849887.
HSL color Cylindrical-coordinate representation of color #5F7C2B: hue angle of 81.48º degrees, saturation: 0.49, 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 #5F7C2B is Cyan = 0.23, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 95 | 124 | 43 | - |
| CMYK | 0.23 | 0 | 0.65 | 0.51 |
| HSL | 81.48º | 0.49% | 0.33% | - |
| HSV(B) | 81.48º | 0.65% | 0.49% | - |
| XYZ | 12.36 | 17.02 | 4.92 | - |
| YUV | 106.1 | 92.39 | 120.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 124 | 43 | 0.23 | 0 | 0.65 | 0.51 | 81.48 | 0.49 | 0.33 |
| Hex | 5F | 7C | 2B | 17 | 0 | 41 | 33 | 51 | 31 | 21 |
| Octal | 137 | 174 | 53 | 27 | 0 | 101 | 63 | 121 | 61 | 41 |
| Binary | 1011111 | 1111100 | 101011 | 10111 | 0 | 1000001 | 110011 | 1010001 | 110001 | 100001 |
Color Harmonies of #5F7C2B
Complementary color
Monochromatic Colors of #5F7C2B
Black with #5F7C2B
Text Example
Text Example
White with #5F7C2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F7C2B; }
p { color: rgb(95,124,43); }
H1.HeaderClassName
{
color: #5F7C2B;
}
.AnyTagClassName
{
color: #5F7C2B;
}
</style>
background-color css
<style>
a { background-color: #5F7C2B; }
a { background-color: rgb(95,124,43); }
div.DivClassName
{
background-color: #5F7C2B;
}
.BgClassName
{
background-color: #5F7C2B;
}
</style>
border-color css
<style>
span { border-color: #5F7C2B; }
span { border-color: rgb(95,124,43); }
td.TdClassName
{
border-color: #5F7C2B;
}
.TagClassName
{
border-color: #5F7C2B;
}
</style>