Shades of Dark Spring Green #0D773C
Tints of Dark Spring Green #0D773C
RGB
CMYK
RGB Variations
Color information
#0D773C (or 0x0D773C) is known color: Dark Spring Green. HEX triplet: 0D, 77 and 3C. RGB value is (13,119,60). Sum of RGB (Red+Green+Blue) = 13+119+60=192 (25% of max value = 765). Red value is 13 (5.47% from 255 or 6.77% from 192); Green value is 119 (46.88% from 255 or 61.98% from 192); Blue value is 60 (23.83% from 255 or 31.25% from 192); Max value from RGB is 119 - color contains mainly: green. Hex color #0D773C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D773C is #F288C3. Grayscale: #505050. Windows color (decimal): -15894724 or 3962637. OLE color: 3962637.
HSL color Cylindrical-coordinate representation of color #0D773C: hue angle of 146.6º 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 #0D773C is Cyan = 0.89, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 13 | 119 | 60 | - |
| CMYK | 0.89 | 0 | 0.50 | 0.53 |
| HSL | 146.6º | 0.8% | 0.26% | - |
| HSV(B) | 146.6º | 0.89% | 0.47% | - |
| XYZ | 7.58 | 13.61 | 6.5 | - |
| YUV | 80.58 | 116.38 | 79.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 119 | 60 | 0.89 | 0 | 0.50 | 0.53 | 146.6 | 0.8 | 0.26 |
| Hex | D | 77 | 3C | 59 | 0 | 32 | 35 | 93 | 50 | 1A |
| Octal | 15 | 167 | 74 | 131 | 0 | 62 | 65 | 223 | 120 | 32 |
| Binary | 1101 | 1110111 | 111100 | 1011001 | 0 | 110010 | 110101 | 10010011 | 1010000 | 11010 |
Color Harmonies of #0D773C
Complementary color
Monochromatic Colors of #0D773C
Black with #0D773C
Text Example
Text Example
White with #0D773C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D773C; }
p { color: rgb(13,119,60); }
H1.HeaderClassName
{
color: #0D773C;
}
.AnyTagClassName
{
color: #0D773C;
}
</style>
background-color css
<style>
a { background-color: #0D773C; }
a { background-color: rgb(13,119,60); }
div.DivClassName
{
background-color: #0D773C;
}
.BgClassName
{
background-color: #0D773C;
}
</style>
border-color css
<style>
span { border-color: #0D773C; }
span { border-color: rgb(13,119,60); }
td.TdClassName
{
border-color: #0D773C;
}
.TagClassName
{
border-color: #0D773C;
}
</style>