Shades of Dark Spring Green #07773F
Tints of Dark Spring Green #07773F
RGB
CMYK
RGB Variations
Color information
#07773F (or 0x07773F) is known color: Dark Spring Green. HEX triplet: 07, 77 and 3F. RGB value is (7,119,63). Sum of RGB (Red+Green+Blue) = 7+119+63=189 (25% of max value = 765). Red value is 7 (3.12% from 255 or 3.70% from 189); Green value is 119 (46.88% from 255 or 62.96% from 189); Blue value is 63 (25% from 255 or 33.33% from 189); Max value from RGB is 119 - color contains mainly: green. Hex color #07773F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #07773F is #F888C0. Grayscale: #4F4F4F. Windows color (decimal): -16287937 or 4159239. OLE color: 4159239.
HSL color Cylindrical-coordinate representation of color #07773F: hue angle of 150º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #07773F is Cyan = 0.94, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 7 | 119 | 63 | - |
| CMYK | 0.94 | 0 | 0.47 | 0.53 |
| HSL | 150º | 0.89% | 0.25% | - |
| HSV(B) | 150º | 0.94% | 0.47% | - |
| XYZ | 7.58 | 13.6 | 6.93 | - |
| YUV | 79.13 | 118.89 | 76.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 119 | 63 | 0.94 | 0 | 0.47 | 0.53 | 150 | 0.89 | 0.25 |
| Hex | 7 | 77 | 3F | 5E | 0 | 2F | 35 | 96 | 59 | 19 |
| Octal | 7 | 167 | 77 | 136 | 0 | 57 | 65 | 226 | 131 | 31 |
| Binary | 111 | 1110111 | 111111 | 1011110 | 0 | 101111 | 110101 | 10010110 | 1011001 | 11001 |
Color Harmonies of #07773F
Complementary color
Monochromatic Colors of #07773F
Black with #07773F
Text Example
Text Example
White with #07773F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07773F; }
p { color: rgb(7,119,63); }
H1.HeaderClassName
{
color: #07773F;
}
.AnyTagClassName
{
color: #07773F;
}
</style>
background-color css
<style>
a { background-color: #07773F; }
a { background-color: rgb(7,119,63); }
div.DivClassName
{
background-color: #07773F;
}
.BgClassName
{
background-color: #07773F;
}
</style>
border-color css
<style>
span { border-color: #07773F; }
span { border-color: rgb(7,119,63); }
td.TdClassName
{
border-color: #07773F;
}
.TagClassName
{
border-color: #07773F;
}
</style>