Shades of Dark Spring Green #077E40
Tints of Dark Spring Green #077E40
RGB
CMYK
RGB Variations
Color information
#077E40 (or 0x077E40) is known color: Dark Spring Green. HEX triplet: 07, 7E and 40. RGB value is (7,126,64). Sum of RGB (Red+Green+Blue) = 7+126+64=197 (26% of max value = 765). Red value is 7 (3.12% from 255 or 3.55% from 197); Green value is 126 (49.61% from 255 or 63.96% from 197); Blue value is 64 (25.39% from 255 or 32.49% from 197); Max value from RGB is 126 - color contains mainly: green. Hex color #077E40 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #077E40 is #F881BF. Grayscale: #535353. Windows color (decimal): -16286144 or 4226567. OLE color: 4226567.
HSL color Cylindrical-coordinate representation of color #077E40: hue angle of 148.74º 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 #077E40 is Cyan = 0.94, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 7 | 126 | 64 | - |
| CMYK | 0.94 | 0 | 0.49 | 0.51 |
| HSL | 148.74º | 0.89% | 0.26% | - |
| HSV(B) | 148.74º | 0.94% | 0.49% | - |
| XYZ | 8.47 | 15.34 | 7.36 | - |
| YUV | 83.35 | 117.08 | 73.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 126 | 64 | 0.94 | 0 | 0.49 | 0.51 | 148.74 | 0.89 | 0.26 |
| Hex | 7 | 7E | 40 | 5E | 0 | 31 | 33 | 95 | 59 | 1A |
| Octal | 7 | 176 | 100 | 136 | 0 | 61 | 63 | 225 | 131 | 32 |
| Binary | 111 | 1111110 | 1000000 | 1011110 | 0 | 110001 | 110011 | 10010101 | 1011001 | 11010 |
Color Harmonies of #077E40
Complementary color
Monochromatic Colors of #077E40
Black with #077E40
Text Example
Text Example
White with #077E40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #077E40; }
p { color: rgb(7,126,64); }
H1.HeaderClassName
{
color: #077E40;
}
.AnyTagClassName
{
color: #077E40;
}
</style>
background-color css
<style>
a { background-color: #077E40; }
a { background-color: rgb(7,126,64); }
div.DivClassName
{
background-color: #077E40;
}
.BgClassName
{
background-color: #077E40;
}
</style>
border-color css
<style>
span { border-color: #077E40; }
span { border-color: rgb(7,126,64); }
td.TdClassName
{
border-color: #077E40;
}
.TagClassName
{
border-color: #077E40;
}
</style>