Shades of Dark Spring Green #078D35
Tints of Dark Spring Green #078D35
RGB
CMYK
RGB Variations
Color information
#078D35 (or 0x078D35) is known color: Dark Spring Green. HEX triplet: 07, 8D and 35. RGB value is (7,141,53). Sum of RGB (Red+Green+Blue) = 7+141+53=201 (26% of max value = 765). Red value is 7 (3.12% from 255 or 3.48% from 201); Green value is 141 (55.47% from 255 or 70.15% from 201); Blue value is 53 (21.09% from 255 or 26.37% from 201); Max value from RGB is 141 - color contains mainly: green. Hex color #078D35 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #078D35 is #F872CA. Grayscale: #5B5B5B. Windows color (decimal): -16282315 or 3509511. OLE color: 3509511.
HSL color Cylindrical-coordinate representation of color #078D35: hue angle of 140.6º degrees, saturation: 0.91, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #078D35 is Cyan = 0.95, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 7 | 141 | 53 | - |
| CMYK | 0.95 | 0 | 0.62 | 0.45 |
| HSL | 140.6º | 0.91% | 0.29% | - |
| HSV(B) | 140.6º | 0.95% | 0.55% | - |
| XYZ | 10.26 | 19.35 | 6.56 | - |
| YUV | 90.9 | 106.61 | 68.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 141 | 53 | 0.95 | 0 | 0.62 | 0.45 | 140.6 | 0.91 | 0.29 |
| Hex | 7 | 8D | 35 | 5F | 0 | 3E | 2D | 8D | 5B | 1D |
| Octal | 7 | 215 | 65 | 137 | 0 | 76 | 55 | 215 | 133 | 35 |
| Binary | 111 | 10001101 | 110101 | 1011111 | 0 | 111110 | 101101 | 10001101 | 1011011 | 11101 |
Color Harmonies of #078D35
Complementary color
Monochromatic Colors of #078D35
Black with #078D35
Text Example
Text Example
White with #078D35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #078D35; }
p { color: rgb(7,141,53); }
H1.HeaderClassName
{
color: #078D35;
}
.AnyTagClassName
{
color: #078D35;
}
</style>
background-color css
<style>
a { background-color: #078D35; }
a { background-color: rgb(7,141,53); }
div.DivClassName
{
background-color: #078D35;
}
.BgClassName
{
background-color: #078D35;
}
</style>
border-color css
<style>
span { border-color: #078D35; }
span { border-color: rgb(7,141,53); }
td.TdClassName
{
border-color: #078D35;
}
.TagClassName
{
border-color: #078D35;
}
</style>