Shades of Dark Spring Green #077A44
Tints of Dark Spring Green #077A44
RGB
CMYK
RGB Variations
Color information
#077A44 (or 0x077A44) is known color: Dark Spring Green. HEX triplet: 07, 7A and 44. RGB value is (7,122,68). Sum of RGB (Red+Green+Blue) = 7+122+68=197 (26% of max value = 765). Red value is 7 (3.12% from 255 or 3.55% from 197); Green value is 122 (48.05% from 255 or 61.93% from 197); Blue value is 68 (26.95% from 255 or 34.52% from 197); Max value from RGB is 122 - color contains mainly: green. Hex color #077A44 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #077A44 is #F885BB. Grayscale: #515151. Windows color (decimal): -16287164 or 4487687. OLE color: 4487687.
HSL color Cylindrical-coordinate representation of color #077A44: hue angle of 151.83º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #077A44 is Cyan = 0.94, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 7 | 122 | 68 | - |
| CMYK | 0.94 | 0 | 0.44 | 0.52 |
| HSL | 151.83º | 0.89% | 0.25% | - |
| HSV(B) | 151.83º | 0.94% | 0.48% | - |
| XYZ | 8.09 | 14.38 | 7.82 | - |
| YUV | 81.46 | 120.4 | 74.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 122 | 68 | 0.94 | 0 | 0.44 | 0.52 | 151.83 | 0.89 | 0.25 |
| Hex | 7 | 7A | 44 | 5E | 0 | 2C | 34 | 98 | 59 | 19 |
| Octal | 7 | 172 | 104 | 136 | 0 | 54 | 64 | 230 | 131 | 31 |
| Binary | 111 | 1111010 | 1000100 | 1011110 | 0 | 101100 | 110100 | 10011000 | 1011001 | 11001 |
Color Harmonies of #077A44
Complementary color
Monochromatic Colors of #077A44
Black with #077A44
Text Example
Text Example
White with #077A44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #077A44; }
p { color: rgb(7,122,68); }
H1.HeaderClassName
{
color: #077A44;
}
.AnyTagClassName
{
color: #077A44;
}
</style>
background-color css
<style>
a { background-color: #077A44; }
a { background-color: rgb(7,122,68); }
div.DivClassName
{
background-color: #077A44;
}
.BgClassName
{
background-color: #077A44;
}
</style>
border-color css
<style>
span { border-color: #077A44; }
span { border-color: rgb(7,122,68); }
td.TdClassName
{
border-color: #077A44;
}
.TagClassName
{
border-color: #077A44;
}
</style>