Shades of Dark Spring Green #078D33
Tints of Dark Spring Green #078D33
RGB
CMYK
RGB Variations
Color information
#078D33 (or 0x078D33) is known color: Dark Spring Green. HEX triplet: 07, 8D and 33. RGB value is (7,141,51). Sum of RGB (Red+Green+Blue) = 7+141+51=199 (26% of max value = 765). Red value is 7 (3.12% from 255 or 3.52% from 199); Green value is 141 (55.47% from 255 or 70.85% from 199); Blue value is 51 (20.31% from 255 or 25.63% from 199); Max value from RGB is 141 - color contains mainly: green. Hex color #078D33 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #078D33 is #F872CC. Grayscale: #5A5A5A. Windows color (decimal): -16282317 or 3378439. OLE color: 3378439.
HSL color Cylindrical-coordinate representation of color #078D33: hue angle of 139.7º 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 #078D33 is Cyan = 0.95, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 7 | 141 | 51 | - |
| CMYK | 0.95 | 0 | 0.64 | 0.45 |
| HSL | 139.7º | 0.91% | 0.29% | - |
| HSV(B) | 139.7º | 0.95% | 0.55% | - |
| XYZ | 10.21 | 19.33 | 6.33 | - |
| YUV | 90.67 | 105.61 | 68.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 141 | 51 | 0.95 | 0 | 0.64 | 0.45 | 139.7 | 0.91 | 0.29 |
| Hex | 7 | 8D | 33 | 5F | 0 | 40 | 2D | 8C | 5B | 1D |
| Octal | 7 | 215 | 63 | 137 | 0 | 100 | 55 | 214 | 133 | 35 |
| Binary | 111 | 10001101 | 110011 | 1011111 | 0 | 1000000 | 101101 | 10001100 | 1011011 | 11101 |
Color Harmonies of #078D33
Complementary color
Monochromatic Colors of #078D33
Black with #078D33
Text Example
Text Example
White with #078D33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #078D33; }
p { color: rgb(7,141,51); }
H1.HeaderClassName
{
color: #078D33;
}
.AnyTagClassName
{
color: #078D33;
}
</style>
background-color css
<style>
a { background-color: #078D33; }
a { background-color: rgb(7,141,51); }
div.DivClassName
{
background-color: #078D33;
}
.BgClassName
{
background-color: #078D33;
}
</style>
border-color css
<style>
span { border-color: #078D33; }
span { border-color: rgb(7,141,51); }
td.TdClassName
{
border-color: #078D33;
}
.TagClassName
{
border-color: #078D33;
}
</style>