Shades of Dark Spring Green #077F3C
Tints of Dark Spring Green #077F3C
RGB
CMYK
RGB Variations
Color information
#077F3C (or 0x077F3C) is known color: Dark Spring Green. HEX triplet: 07, 7F and 3C. RGB value is (7,127,60). Sum of RGB (Red+Green+Blue) = 7+127+60=194 (25% of max value = 765). Red value is 7 (3.12% from 255 or 3.61% from 194); Green value is 127 (50% from 255 or 65.46% from 194); Blue value is 60 (23.83% from 255 or 30.93% from 194); Max value from RGB is 127 - color contains mainly: green. Hex color #077F3C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #077F3C is #F880C3. Grayscale: #535353. Windows color (decimal): -16285892 or 3964679. OLE color: 3964679.
HSL color Cylindrical-coordinate representation of color #077F3C: hue angle of 146.5º degrees, saturation: 0.9, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #077F3C is Cyan = 0.94, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 7 | 127 | 60 | - |
| CMYK | 0.94 | 0 | 0.53 | 0.50 |
| HSL | 146.5º | 0.9% | 0.26% | - |
| HSV(B) | 146.5º | 0.94% | 0.5% | - |
| XYZ | 8.49 | 15.55 | 6.83 | - |
| YUV | 83.48 | 114.74 | 73.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 127 | 60 | 0.94 | 0 | 0.53 | 0.50 | 146.5 | 0.9 | 0.26 |
| Hex | 7 | 7F | 3C | 5E | 0 | 35 | 32 | 92 | 5A | 1A |
| Octal | 7 | 177 | 74 | 136 | 0 | 65 | 62 | 222 | 132 | 32 |
| Binary | 111 | 1111111 | 111100 | 1011110 | 0 | 110101 | 110010 | 10010010 | 1011010 | 11010 |
Color Harmonies of #077F3C
Complementary color
Monochromatic Colors of #077F3C
Black with #077F3C
Text Example
Text Example
White with #077F3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #077F3C; }
p { color: rgb(7,127,60); }
H1.HeaderClassName
{
color: #077F3C;
}
.AnyTagClassName
{
color: #077F3C;
}
</style>
background-color css
<style>
a { background-color: #077F3C; }
a { background-color: rgb(7,127,60); }
div.DivClassName
{
background-color: #077F3C;
}
.BgClassName
{
background-color: #077F3C;
}
</style>
border-color css
<style>
span { border-color: #077F3C; }
span { border-color: rgb(7,127,60); }
td.TdClassName
{
border-color: #077F3C;
}
.TagClassName
{
border-color: #077F3C;
}
</style>