Shades of Dark Spring Green #05773F
Tints of Dark Spring Green #05773F
RGB
CMYK
RGB Variations
Color information
#05773F (or 0x05773F) is known color: Dark Spring Green. HEX triplet: 05, 77 and 3F. RGB value is (5,119,63). Sum of RGB (Red+Green+Blue) = 5+119+63=187 (24% of max value = 765). Red value is 5 (2.34% from 255 or 2.67% from 187); Green value is 119 (46.88% from 255 or 63.64% from 187); Blue value is 63 (25% from 255 or 33.69% from 187); Max value from RGB is 119 - color contains mainly: green. Hex color #05773F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #05773F is #FA88C0. Grayscale: #4E4E4E. Windows color (decimal): -16419009 or 4159237. OLE color: 4159237.
HSL color Cylindrical-coordinate representation of color #05773F: hue angle of 150.53º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #05773F is Cyan = 0.96, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 5 | 119 | 63 | - |
| CMYK | 0.96 | 0 | 0.47 | 0.53 |
| HSL | 150.53º | 0.92% | 0.24% | - |
| HSV(B) | 150.53º | 0.96% | 0.47% | - |
| XYZ | 7.56 | 13.58 | 6.93 | - |
| YUV | 78.53 | 119.23 | 75.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 119 | 63 | 0.96 | 0 | 0.47 | 0.53 | 150.53 | 0.92 | 0.24 |
| Hex | 5 | 77 | 3F | 60 | 0 | 2F | 35 | 97 | 5C | 18 |
| Octal | 5 | 167 | 77 | 140 | 0 | 57 | 65 | 227 | 134 | 30 |
| Binary | 101 | 1110111 | 111111 | 1100000 | 0 | 101111 | 110101 | 10010111 | 1011100 | 11000 |
Color Harmonies of #05773F
Complementary color
Monochromatic Colors of #05773F
Black with #05773F
Text Example
Text Example
White with #05773F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05773F; }
p { color: rgb(5,119,63); }
H1.HeaderClassName
{
color: #05773F;
}
.AnyTagClassName
{
color: #05773F;
}
</style>
background-color css
<style>
a { background-color: #05773F; }
a { background-color: rgb(5,119,63); }
div.DivClassName
{
background-color: #05773F;
}
.BgClassName
{
background-color: #05773F;
}
</style>
border-color css
<style>
span { border-color: #05773F; }
span { border-color: rgb(5,119,63); }
td.TdClassName
{
border-color: #05773F;
}
.TagClassName
{
border-color: #05773F;
}
</style>