Shades of Dark Spring Green #0D763D
Tints of Dark Spring Green #0D763D
RGB
CMYK
RGB Variations
Color information
#0D763D (or 0x0D763D) is known color: Dark Spring Green. HEX triplet: 0D, 76 and 3D. RGB value is (13,118,61). Sum of RGB (Red+Green+Blue) = 13+118+61=192 (25% of max value = 765). Red value is 13 (5.47% from 255 or 6.77% from 192); Green value is 118 (46.48% from 255 or 61.46% from 192); Blue value is 61 (24.22% from 255 or 31.77% from 192); Max value from RGB is 118 - color contains mainly: green. Hex color #0D763D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D763D is #F289C2. Grayscale: #505050. Windows color (decimal): -15894979 or 4027917. OLE color: 4027917.
HSL color Cylindrical-coordinate representation of color #0D763D: hue angle of 147.43º degrees, saturation: 0.8, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0D763D is Cyan = 0.89, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 13 | 118 | 61 | - |
| CMYK | 0.89 | 0 | 0.48 | 0.54 |
| HSL | 147.43º | 0.8% | 0.26% | - |
| HSV(B) | 147.43º | 0.89% | 0.46% | - |
| XYZ | 7.49 | 13.38 | 6.6 | - |
| YUV | 80.11 | 117.21 | 80.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 118 | 61 | 0.89 | 0 | 0.48 | 0.54 | 147.43 | 0.8 | 0.26 |
| Hex | D | 76 | 3D | 59 | 0 | 30 | 36 | 93 | 50 | 1A |
| Octal | 15 | 166 | 75 | 131 | 0 | 60 | 66 | 223 | 120 | 32 |
| Binary | 1101 | 1110110 | 111101 | 1011001 | 0 | 110000 | 110110 | 10010011 | 1010000 | 11010 |
Color Harmonies of #0D763D
Complementary color
Monochromatic Colors of #0D763D
Black with #0D763D
Text Example
Text Example
White with #0D763D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D763D; }
p { color: rgb(13,118,61); }
H1.HeaderClassName
{
color: #0D763D;
}
.AnyTagClassName
{
color: #0D763D;
}
</style>
background-color css
<style>
a { background-color: #0D763D; }
a { background-color: rgb(13,118,61); }
div.DivClassName
{
background-color: #0D763D;
}
.BgClassName
{
background-color: #0D763D;
}
</style>
border-color css
<style>
span { border-color: #0D763D; }
span { border-color: rgb(13,118,61); }
td.TdClassName
{
border-color: #0D763D;
}
.TagClassName
{
border-color: #0D763D;
}
</style>