Shades of Dark Spring Green #078131
Tints of Dark Spring Green #078131
RGB
CMYK
RGB Variations
Color information
#078131 (or 0x078131) is known color: Dark Spring Green. HEX triplet: 07, 81 and 31. RGB value is (7,129,49). Sum of RGB (Red+Green+Blue) = 7+129+49=185 (24% of max value = 765). Red value is 7 (3.12% from 255 or 3.78% from 185); Green value is 129 (50.78% from 255 or 69.73% from 185); Blue value is 49 (19.53% from 255 or 26.49% from 185); Max value from RGB is 129 - color contains mainly: green. Hex color #078131 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #078131 is #F87ECE. Grayscale: #535353. Windows color (decimal): -16285391 or 3244295. OLE color: 3244295.
HSL color Cylindrical-coordinate representation of color #078131: hue angle of 140.66º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #078131 is Cyan = 0.95, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 7 | 129 | 49 | - |
| CMYK | 0.95 | 0 | 0.62 | 0.49 |
| HSL | 140.66º | 0.9% | 0.27% | - |
| HSV(B) | 140.66º | 0.95% | 0.51% | - |
| XYZ | 8.49 | 15.97 | 5.54 | - |
| YUV | 83.4 | 108.58 | 73.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 129 | 49 | 0.95 | 0 | 0.62 | 0.49 | 140.66 | 0.9 | 0.27 |
| Hex | 7 | 81 | 31 | 5F | 0 | 3E | 31 | 8D | 5A | 1B |
| Octal | 7 | 201 | 61 | 137 | 0 | 76 | 61 | 215 | 132 | 33 |
| Binary | 111 | 10000001 | 110001 | 1011111 | 0 | 111110 | 110001 | 10001101 | 1011010 | 11011 |
Color Harmonies of #078131
Complementary color
Monochromatic Colors of #078131
Black with #078131
Text Example
Text Example
White with #078131
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #078131; }
p { color: rgb(7,129,49); }
H1.HeaderClassName
{
color: #078131;
}
.AnyTagClassName
{
color: #078131;
}
</style>
background-color css
<style>
a { background-color: #078131; }
a { background-color: rgb(7,129,49); }
div.DivClassName
{
background-color: #078131;
}
.BgClassName
{
background-color: #078131;
}
</style>
border-color css
<style>
span { border-color: #078131; }
span { border-color: rgb(7,129,49); }
td.TdClassName
{
border-color: #078131;
}
.TagClassName
{
border-color: #078131;
}
</style>