Shades of Dark Spring Green #077E37
Tints of Dark Spring Green #077E37
RGB
CMYK
RGB Variations
Color information
#077E37 (or 0x077E37) is known color: Dark Spring Green. HEX triplet: 07, 7E and 37. RGB value is (7,126,55). Sum of RGB (Red+Green+Blue) = 7+126+55=188 (24% of max value = 765). Red value is 7 (3.12% from 255 or 3.72% from 188); Green value is 126 (49.61% from 255 or 67.02% from 188); Blue value is 55 (21.88% from 255 or 29.26% from 188); Max value from RGB is 126 - color contains mainly: green. Hex color #077E37 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #077E37 is #F881C8. Grayscale: #525252. Windows color (decimal): -16286153 or 3636743. OLE color: 3636743.
HSL color Cylindrical-coordinate representation of color #077E37: hue angle of 144.2º degrees, saturation: 0.89, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #077E37 is Cyan = 0.94, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 7 | 126 | 55 | - |
| CMYK | 0.94 | 0 | 0.56 | 0.51 |
| HSL | 144.2º | 0.89% | 0.26% | - |
| HSV(B) | 144.2º | 0.94% | 0.49% | - |
| XYZ | 8.24 | 15.24 | 6.12 | - |
| YUV | 82.33 | 112.58 | 74.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 126 | 55 | 0.94 | 0 | 0.56 | 0.51 | 144.2 | 0.89 | 0.26 |
| Hex | 7 | 7E | 37 | 5E | 0 | 38 | 33 | 90 | 59 | 1A |
| Octal | 7 | 176 | 67 | 136 | 0 | 70 | 63 | 220 | 131 | 32 |
| Binary | 111 | 1111110 | 110111 | 1011110 | 0 | 111000 | 110011 | 10010000 | 1011001 | 11010 |
Color Harmonies of #077E37
Complementary color
Monochromatic Colors of #077E37
Black with #077E37
Text Example
Text Example
White with #077E37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #077E37; }
p { color: rgb(7,126,55); }
H1.HeaderClassName
{
color: #077E37;
}
.AnyTagClassName
{
color: #077E37;
}
</style>
background-color css
<style>
a { background-color: #077E37; }
a { background-color: rgb(7,126,55); }
div.DivClassName
{
background-color: #077E37;
}
.BgClassName
{
background-color: #077E37;
}
</style>
border-color css
<style>
span { border-color: #077E37; }
span { border-color: rgb(7,126,55); }
td.TdClassName
{
border-color: #077E37;
}
.TagClassName
{
border-color: #077E37;
}
</style>