Shades of Dark Spring Green #0D7741
Tints of Dark Spring Green #0D7741
RGB
CMYK
RGB Variations
Color information
#0D7741 (or 0x0D7741) is known color: Dark Spring Green. HEX triplet: 0D, 77 and 41. RGB value is (13,119,65). Sum of RGB (Red+Green+Blue) = 13+119+65=197 (26% of max value = 765). Red value is 13 (5.47% from 255 or 6.60% from 197); Green value is 119 (46.88% from 255 or 60.41% from 197); Blue value is 65 (25.78% from 255 or 32.99% from 197); Max value from RGB is 119 - color contains mainly: green. Hex color #0D7741 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D7741 is #F288BE. Grayscale: #515151. Windows color (decimal): -15894719 or 4290317. OLE color: 4290317.
HSL color Cylindrical-coordinate representation of color #0D7741: hue angle of 149.43º 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 #0D7741 is Cyan = 0.89, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 13 | 119 | 65 | - |
| CMYK | 0.89 | 0 | 0.45 | 0.53 |
| HSL | 149.43º | 0.8% | 0.26% | - |
| HSV(B) | 149.43º | 0.89% | 0.47% | - |
| XYZ | 7.72 | 13.66 | 7.23 | - |
| YUV | 81.15 | 118.88 | 79.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 119 | 65 | 0.89 | 0 | 0.45 | 0.53 | 149.43 | 0.8 | 0.26 |
| Hex | D | 77 | 41 | 59 | 0 | 2D | 35 | 95 | 50 | 1A |
| Octal | 15 | 167 | 101 | 131 | 0 | 55 | 65 | 225 | 120 | 32 |
| Binary | 1101 | 1110111 | 1000001 | 1011001 | 0 | 101101 | 110101 | 10010101 | 1010000 | 11010 |
Color Harmonies of #0D7741
Complementary color
Monochromatic Colors of #0D7741
Black with #0D7741
Text Example
Text Example
White with #0D7741
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D7741; }
p { color: rgb(13,119,65); }
H1.HeaderClassName
{
color: #0D7741;
}
.AnyTagClassName
{
color: #0D7741;
}
</style>
background-color css
<style>
a { background-color: #0D7741; }
a { background-color: rgb(13,119,65); }
div.DivClassName
{
background-color: #0D7741;
}
.BgClassName
{
background-color: #0D7741;
}
</style>
border-color css
<style>
span { border-color: #0D7741; }
span { border-color: rgb(13,119,65); }
td.TdClassName
{
border-color: #0D7741;
}
.TagClassName
{
border-color: #0D7741;
}
</style>