Shades of Dark Spring Green #05763D
Tints of Dark Spring Green #05763D
RGB
CMYK
RGB Variations
Color information
#05763D (or 0x05763D) is known color: Dark Spring Green. HEX triplet: 05, 76 and 3D. RGB value is (5,118,61). Sum of RGB (Red+Green+Blue) = 5+118+61=184 (24% of max value = 765). Red value is 5 (2.34% from 255 or 2.72% from 184); Green value is 118 (46.48% from 255 or 64.13% from 184); Blue value is 61 (24.22% from 255 or 33.15% from 184); Max value from RGB is 118 - color contains mainly: green. Hex color #05763D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #05763D is #FA89C2. Grayscale: #4D4D4D. Windows color (decimal): -16419267 or 4027909. OLE color: 4027909.
HSL color Cylindrical-coordinate representation of color #05763D: hue angle of 149.73º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #05763D is Cyan = 0.96, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 5 | 118 | 61 | - |
| CMYK | 0.96 | 0 | 0.48 | 0.54 |
| HSL | 149.73º | 0.92% | 0.24% | - |
| HSV(B) | 149.73º | 0.96% | 0.46% | - |
| XYZ | 7.38 | 13.33 | 6.6 | - |
| YUV | 77.72 | 118.56 | 76.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 118 | 61 | 0.96 | 0 | 0.48 | 0.54 | 149.73 | 0.92 | 0.24 |
| Hex | 5 | 76 | 3D | 60 | 0 | 30 | 36 | 96 | 5C | 18 |
| Octal | 5 | 166 | 75 | 140 | 0 | 60 | 66 | 226 | 134 | 30 |
| Binary | 101 | 1110110 | 111101 | 1100000 | 0 | 110000 | 110110 | 10010110 | 1011100 | 11000 |
Color Harmonies of #05763D
Complementary color
Monochromatic Colors of #05763D
Black with #05763D
Text Example
Text Example
White with #05763D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05763D; }
p { color: rgb(5,118,61); }
H1.HeaderClassName
{
color: #05763D;
}
.AnyTagClassName
{
color: #05763D;
}
</style>
background-color css
<style>
a { background-color: #05763D; }
a { background-color: rgb(5,118,61); }
div.DivClassName
{
background-color: #05763D;
}
.BgClassName
{
background-color: #05763D;
}
</style>
border-color css
<style>
span { border-color: #05763D; }
span { border-color: rgb(5,118,61); }
td.TdClassName
{
border-color: #05763D;
}
.TagClassName
{
border-color: #05763D;
}
</style>