Shades of Dark Spring Green #0C7137
Tints of Dark Spring Green #0C7137
RGB
CMYK
RGB Variations
Color information
#0C7137 (or 0x0C7137) is known color: Dark Spring Green. HEX triplet: 0C, 71 and 37. RGB value is (12,113,55). Sum of RGB (Red+Green+Blue) = 12+113+55=180 (23% of max value = 765). Red value is 12 (5.08% from 255 or 6.67% from 180); Green value is 113 (44.53% from 255 or 62.78% from 180); Blue value is 55 (21.88% from 255 or 30.56% from 180); Max value from RGB is 113 - color contains mainly: green. Hex color #0C7137 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C7137 is #F38EC8. Grayscale: #4C4C4C. Windows color (decimal): -15961801 or 3633420. OLE color: 3633420.
HSL color Cylindrical-coordinate representation of color #0C7137: hue angle of 145.54º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0C7137 is Cyan = 0.89, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 12 | 113 | 55 | - |
| CMYK | 0.89 | 0 | 0.51 | 0.56 |
| HSL | 145.54º | 0.81% | 0.25% | - |
| HSV(B) | 145.54º | 0.89% | 0.44% | - |
| XYZ | 6.75 | 12.16 | 5.61 | - |
| YUV | 76.19 | 116.04 | 82.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 113 | 55 | 0.89 | 0 | 0.51 | 0.56 | 145.54 | 0.81 | 0.25 |
| Hex | C | 71 | 37 | 59 | 0 | 33 | 38 | 92 | 51 | 19 |
| Octal | 14 | 161 | 67 | 131 | 0 | 63 | 70 | 222 | 121 | 31 |
| Binary | 1100 | 1110001 | 110111 | 1011001 | 0 | 110011 | 111000 | 10010010 | 1010001 | 11001 |
Color Harmonies of #0C7137
Complementary color
Monochromatic Colors of #0C7137
Black with #0C7137
Text Example
Text Example
White with #0C7137
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C7137; }
p { color: rgb(12,113,55); }
H1.HeaderClassName
{
color: #0C7137;
}
.AnyTagClassName
{
color: #0C7137;
}
</style>
background-color css
<style>
a { background-color: #0C7137; }
a { background-color: rgb(12,113,55); }
div.DivClassName
{
background-color: #0C7137;
}
.BgClassName
{
background-color: #0C7137;
}
</style>
border-color css
<style>
span { border-color: #0C7137; }
span { border-color: rgb(12,113,55); }
td.TdClassName
{
border-color: #0C7137;
}
.TagClassName
{
border-color: #0C7137;
}
</style>