Shades of Dark Spring Green #0D773D
Tints of Dark Spring Green #0D773D
RGB
CMYK
RGB Variations
Color information
#0D773D (or 0x0D773D) is known color: Dark Spring Green. HEX triplet: 0D, 77 and 3D. RGB value is (13,119,61). Sum of RGB (Red+Green+Blue) = 13+119+61=193 (25% of max value = 765). Red value is 13 (5.47% from 255 or 6.74% from 193); Green value is 119 (46.88% from 255 or 61.66% from 193); Blue value is 61 (24.22% from 255 or 31.61% from 193); Max value from RGB is 119 - color contains mainly: green. Hex color #0D773D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D773D is #F288C2. Grayscale: #505050. Windows color (decimal): -15894723 or 4028173. OLE color: 4028173.
HSL color Cylindrical-coordinate representation of color #0D773D: hue angle of 147.17º degrees, saturation: 0.8, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0D773D is Cyan = 0.89, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 13 | 119 | 61 | - |
| CMYK | 0.89 | 0 | 0.49 | 0.53 |
| HSL | 147.17º | 0.8% | 0.26% | - |
| HSV(B) | 147.17º | 0.89% | 0.47% | - |
| XYZ | 7.61 | 13.62 | 6.64 | - |
| YUV | 80.69 | 116.88 | 79.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 119 | 61 | 0.89 | 0 | 0.49 | 0.53 | 147.17 | 0.8 | 0.26 |
| Hex | D | 77 | 3D | 59 | 0 | 31 | 35 | 93 | 50 | 1A |
| Octal | 15 | 167 | 75 | 131 | 0 | 61 | 65 | 223 | 120 | 32 |
| Binary | 1101 | 1110111 | 111101 | 1011001 | 0 | 110001 | 110101 | 10010011 | 1010000 | 11010 |
Color Harmonies of #0D773D
Complementary color
Monochromatic Colors of #0D773D
Black with #0D773D
Text Example
Text Example
White with #0D773D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D773D; }
p { color: rgb(13,119,61); }
H1.HeaderClassName
{
color: #0D773D;
}
.AnyTagClassName
{
color: #0D773D;
}
</style>
background-color css
<style>
a { background-color: #0D773D; }
a { background-color: rgb(13,119,61); }
div.DivClassName
{
background-color: #0D773D;
}
.BgClassName
{
background-color: #0D773D;
}
</style>
border-color css
<style>
span { border-color: #0D773D; }
span { border-color: rgb(13,119,61); }
td.TdClassName
{
border-color: #0D773D;
}
.TagClassName
{
border-color: #0D773D;
}
</style>