Shades of Dark Spring Green #078730
Tints of Dark Spring Green #078730
RGB
CMYK
RGB Variations
Color information
#078730 (or 0x078730) is known color: Dark Spring Green. HEX triplet: 07, 87 and 30. RGB value is (7,135,48). Sum of RGB (Red+Green+Blue) = 7+135+48=190 (25% of max value = 765). Red value is 7 (3.12% from 255 or 3.68% from 190); Green value is 135 (53.12% from 255 or 71.05% from 190); Blue value is 48 (19.14% from 255 or 25.26% from 190); Max value from RGB is 135 - color contains mainly: green. Hex color #078730 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #078730 is #F878CF. Grayscale: #575757. Windows color (decimal): -16283856 or 3180295. OLE color: 3180295.
HSL color Cylindrical-coordinate representation of color #078730: hue angle of 139.22º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #078730 is Cyan = 0.95, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 7 | 135 | 48 | - |
| CMYK | 0.95 | 0 | 0.64 | 0.47 |
| HSL | 139.22º | 0.9% | 0.28% | - |
| HSV(B) | 139.22º | 0.95% | 0.53% | - |
| XYZ | 9.29 | 17.59 | 5.7 | - |
| YUV | 86.81 | 106.09 | 71.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 135 | 48 | 0.95 | 0 | 0.64 | 0.47 | 139.22 | 0.9 | 0.28 |
| Hex | 7 | 87 | 30 | 5F | 0 | 40 | 2F | 8B | 5A | 1C |
| Octal | 7 | 207 | 60 | 137 | 0 | 100 | 57 | 213 | 132 | 34 |
| Binary | 111 | 10000111 | 110000 | 1011111 | 0 | 1000000 | 101111 | 10001011 | 1011010 | 11100 |
Color Harmonies of #078730
Complementary color
Monochromatic Colors of #078730
Black with #078730
Text Example
Text Example
White with #078730
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #078730; }
p { color: rgb(7,135,48); }
H1.HeaderClassName
{
color: #078730;
}
.AnyTagClassName
{
color: #078730;
}
</style>
background-color css
<style>
a { background-color: #078730; }
a { background-color: rgb(7,135,48); }
div.DivClassName
{
background-color: #078730;
}
.BgClassName
{
background-color: #078730;
}
</style>
border-color css
<style>
span { border-color: #078730; }
span { border-color: rgb(7,135,48); }
td.TdClassName
{
border-color: #078730;
}
.TagClassName
{
border-color: #078730;
}
</style>