Shades of Dark Spring Green #0D773B
Tints of Dark Spring Green #0D773B
RGB
CMYK
RGB Variations
Color information
#0D773B (or 0x0D773B) is known color: Dark Spring Green. HEX triplet: 0D, 77 and 3B. RGB value is (13,119,59). Sum of RGB (Red+Green+Blue) = 13+119+59=191 (25% of max value = 765). Red value is 13 (5.47% from 255 or 6.81% from 191); Green value is 119 (46.88% from 255 or 62.30% from 191); Blue value is 59 (23.44% from 255 or 30.89% from 191); Max value from RGB is 119 - color contains mainly: green. Hex color #0D773B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D773B is #F288C4. Grayscale: #505050. Windows color (decimal): -15894725 or 3897101. OLE color: 3897101.
HSL color Cylindrical-coordinate representation of color #0D773B: hue angle of 146.04º 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 #0D773B is Cyan = 0.89, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 13 | 119 | 59 | - |
| CMYK | 0.89 | 0 | 0.50 | 0.53 |
| HSL | 146.04º | 0.8% | 0.26% | - |
| HSV(B) | 146.04º | 0.89% | 0.47% | - |
| XYZ | 7.55 | 13.59 | 6.36 | - |
| YUV | 80.47 | 115.88 | 79.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 119 | 59 | 0.89 | 0 | 0.50 | 0.53 | 146.04 | 0.8 | 0.26 |
| Hex | D | 77 | 3B | 59 | 0 | 32 | 35 | 92 | 50 | 1A |
| Octal | 15 | 167 | 73 | 131 | 0 | 62 | 65 | 222 | 120 | 32 |
| Binary | 1101 | 1110111 | 111011 | 1011001 | 0 | 110010 | 110101 | 10010010 | 1010000 | 11010 |
Color Harmonies of #0D773B
Complementary color
Monochromatic Colors of #0D773B
Black with #0D773B
Text Example
Text Example
White with #0D773B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D773B; }
p { color: rgb(13,119,59); }
H1.HeaderClassName
{
color: #0D773B;
}
.AnyTagClassName
{
color: #0D773B;
}
</style>
background-color css
<style>
a { background-color: #0D773B; }
a { background-color: rgb(13,119,59); }
div.DivClassName
{
background-color: #0D773B;
}
.BgClassName
{
background-color: #0D773B;
}
</style>
border-color css
<style>
span { border-color: #0D773B; }
span { border-color: rgb(13,119,59); }
td.TdClassName
{
border-color: #0D773B;
}
.TagClassName
{
border-color: #0D773B;
}
</style>