Shades of Dark Spring Green #077A3A
Tints of Dark Spring Green #077A3A
RGB
CMYK
RGB Variations
Color information
#077A3A (or 0x077A3A) is known color: Dark Spring Green. HEX triplet: 07, 7A and 3A. RGB value is (7,122,58). Sum of RGB (Red+Green+Blue) = 7+122+58=187 (24% of max value = 765). Red value is 7 (3.12% from 255 or 3.74% from 187); Green value is 122 (48.05% from 255 or 65.24% from 187); Blue value is 58 (23.05% from 255 or 31.02% from 187); Max value from RGB is 122 - color contains mainly: green. Hex color #077A3A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #077A3A is #F885C5. Grayscale: #505050. Windows color (decimal): -16287174 or 3832327. OLE color: 3832327.
HSL color Cylindrical-coordinate representation of color #077A3A: hue angle of 146.61º 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 #077A3A is Cyan = 0.94, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 7 | 122 | 58 | - |
| CMYK | 0.94 | 0 | 0.52 | 0.52 |
| HSL | 146.61º | 0.89% | 0.25% | - |
| HSV(B) | 146.61º | 0.94% | 0.48% | - |
| XYZ | 7.81 | 14.27 | 6.35 | - |
| YUV | 80.32 | 115.4 | 75.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 122 | 58 | 0.94 | 0 | 0.52 | 0.52 | 146.61 | 0.89 | 0.25 |
| Hex | 7 | 7A | 3A | 5E | 0 | 34 | 34 | 93 | 59 | 19 |
| Octal | 7 | 172 | 72 | 136 | 0 | 64 | 64 | 223 | 131 | 31 |
| Binary | 111 | 1111010 | 111010 | 1011110 | 0 | 110100 | 110100 | 10010011 | 1011001 | 11001 |
Color Harmonies of #077A3A
Complementary color
Monochromatic Colors of #077A3A
Black with #077A3A
Text Example
Text Example
White with #077A3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #077A3A; }
p { color: rgb(7,122,58); }
H1.HeaderClassName
{
color: #077A3A;
}
.AnyTagClassName
{
color: #077A3A;
}
</style>
background-color css
<style>
a { background-color: #077A3A; }
a { background-color: rgb(7,122,58); }
div.DivClassName
{
background-color: #077A3A;
}
.BgClassName
{
background-color: #077A3A;
}
</style>
border-color css
<style>
span { border-color: #077A3A; }
span { border-color: rgb(7,122,58); }
td.TdClassName
{
border-color: #077A3A;
}
.TagClassName
{
border-color: #077A3A;
}
</style>