Shades of Dark Spring Green #077A3C
Tints of Dark Spring Green #077A3C
RGB
CMYK
RGB Variations
Color information
#077A3C (or 0x077A3C) is known color: Dark Spring Green. HEX triplet: 07, 7A and 3C. RGB value is (7,122,60). Sum of RGB (Red+Green+Blue) = 7+122+60=189 (25% of max value = 765). Red value is 7 (3.12% from 255 or 3.70% from 189); Green value is 122 (48.05% from 255 or 64.55% from 189); Blue value is 60 (23.83% from 255 or 31.75% from 189); Max value from RGB is 122 - color contains mainly: green. Hex color #077A3C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #077A3C is #F885C3. Grayscale: #505050. Windows color (decimal): -16287172 or 3963399. OLE color: 3963399.
HSL color Cylindrical-coordinate representation of color #077A3C: hue angle of 147.65º 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 #077A3C is Cyan = 0.94, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 7 | 122 | 60 | - |
| CMYK | 0.94 | 0 | 0.51 | 0.52 |
| HSL | 147.65º | 0.89% | 0.25% | - |
| HSV(B) | 147.65º | 0.94% | 0.48% | - |
| XYZ | 7.86 | 14.29 | 6.62 | - |
| YUV | 80.55 | 116.4 | 75.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 122 | 60 | 0.94 | 0 | 0.51 | 0.52 | 147.65 | 0.89 | 0.25 |
| Hex | 7 | 7A | 3C | 5E | 0 | 33 | 34 | 94 | 59 | 19 |
| Octal | 7 | 172 | 74 | 136 | 0 | 63 | 64 | 224 | 131 | 31 |
| Binary | 111 | 1111010 | 111100 | 1011110 | 0 | 110011 | 110100 | 10010100 | 1011001 | 11001 |
Color Harmonies of #077A3C
Complementary color
Monochromatic Colors of #077A3C
Black with #077A3C
Text Example
Text Example
White with #077A3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #077A3C; }
p { color: rgb(7,122,60); }
H1.HeaderClassName
{
color: #077A3C;
}
.AnyTagClassName
{
color: #077A3C;
}
</style>
background-color css
<style>
a { background-color: #077A3C; }
a { background-color: rgb(7,122,60); }
div.DivClassName
{
background-color: #077A3C;
}
.BgClassName
{
background-color: #077A3C;
}
</style>
border-color css
<style>
span { border-color: #077A3C; }
span { border-color: rgb(7,122,60); }
td.TdClassName
{
border-color: #077A3C;
}
.TagClassName
{
border-color: #077A3C;
}
</style>