Shades of Dark Spring Green #0D753F
Tints of Dark Spring Green #0D753F
RGB
CMYK
RGB Variations
Color information
#0D753F (or 0x0D753F) is known color: Dark Spring Green. HEX triplet: 0D, 75 and 3F. RGB value is (13,117,63). Sum of RGB (Red+Green+Blue) = 13+117+63=193 (25% of max value = 765). Red value is 13 (5.47% from 255 or 6.74% from 193); Green value is 117 (46.09% from 255 or 60.62% from 193); Blue value is 63 (25% from 255 or 32.64% from 193); Max value from RGB is 117 - color contains mainly: green. Hex color #0D753F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D753F is #F28AC0. Grayscale: #4F4F4F. Windows color (decimal): -15895233 or 4158733. OLE color: 4158733.
HSL color Cylindrical-coordinate representation of color #0D753F: hue angle of 148.85º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0D753F is Cyan = 0.89, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 13 | 117 | 63 | - |
| CMYK | 0.89 | 0 | 0.46 | 0.54 |
| HSL | 148.85º | 0.8% | 0.25% | - |
| HSV(B) | 148.85º | 0.89% | 0.46% | - |
| XYZ | 7.42 | 13.17 | 6.85 | - |
| YUV | 79.75 | 118.54 | 80.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 117 | 63 | 0.89 | 0 | 0.46 | 0.54 | 148.85 | 0.8 | 0.25 |
| Hex | D | 75 | 3F | 59 | 0 | 2E | 36 | 95 | 50 | 19 |
| Octal | 15 | 165 | 77 | 131 | 0 | 56 | 66 | 225 | 120 | 31 |
| Binary | 1101 | 1110101 | 111111 | 1011001 | 0 | 101110 | 110110 | 10010101 | 1010000 | 11001 |
Color Harmonies of #0D753F
Complementary color
Monochromatic Colors of #0D753F
Black with #0D753F
Text Example
Text Example
White with #0D753F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D753F; }
p { color: rgb(13,117,63); }
H1.HeaderClassName
{
color: #0D753F;
}
.AnyTagClassName
{
color: #0D753F;
}
</style>
background-color css
<style>
a { background-color: #0D753F; }
a { background-color: rgb(13,117,63); }
div.DivClassName
{
background-color: #0D753F;
}
.BgClassName
{
background-color: #0D753F;
}
</style>
border-color css
<style>
span { border-color: #0D753F; }
span { border-color: rgb(13,117,63); }
td.TdClassName
{
border-color: #0D753F;
}
.TagClassName
{
border-color: #0D753F;
}
</style>