Shades of Dark Spring Green #0C7839
Tints of Dark Spring Green #0C7839
RGB
CMYK
RGB Variations
Color information
#0C7839 (or 0x0C7839) is known color: Dark Spring Green. HEX triplet: 0C, 78 and 39. RGB value is (12,120,57). Sum of RGB (Red+Green+Blue) = 12+120+57=189 (25% of max value = 765). Red value is 12 (5.08% from 255 or 6.35% from 189); Green value is 120 (47.27% from 255 or 63.49% from 189); Blue value is 57 (22.66% from 255 or 30.16% from 189); Max value from RGB is 120 - color contains mainly: green. Hex color #0C7839 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C7839 is #F387C6. Grayscale: #505050. Windows color (decimal): -15960007 or 3766284. OLE color: 3766284.
HSL color Cylindrical-coordinate representation of color #0C7839: hue angle of 145º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0C7839 is Cyan = 0.90, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 12 | 120 | 57 | - |
| CMYK | 0.90 | 0 | 0.52 | 0.53 |
| HSL | 145º | 0.82% | 0.26% | - |
| HSV(B) | 145º | 0.9% | 0.47% | - |
| XYZ | 7.61 | 13.81 | 6.13 | - |
| YUV | 80.53 | 114.72 | 79.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 120 | 57 | 0.90 | 0 | 0.52 | 0.53 | 145 | 0.82 | 0.26 |
| Hex | C | 78 | 39 | 5A | 0 | 34 | 35 | 91 | 52 | 1A |
| Octal | 14 | 170 | 71 | 132 | 0 | 64 | 65 | 221 | 122 | 32 |
| Binary | 1100 | 1111000 | 111001 | 1011010 | 0 | 110100 | 110101 | 10010001 | 1010010 | 11010 |
Color Harmonies of #0C7839
Complementary color
Monochromatic Colors of #0C7839
Black with #0C7839
Text Example
Text Example
White with #0C7839
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C7839; }
p { color: rgb(12,120,57); }
H1.HeaderClassName
{
color: #0C7839;
}
.AnyTagClassName
{
color: #0C7839;
}
</style>
background-color css
<style>
a { background-color: #0C7839; }
a { background-color: rgb(12,120,57); }
div.DivClassName
{
background-color: #0C7839;
}
.BgClassName
{
background-color: #0C7839;
}
</style>
border-color css
<style>
span { border-color: #0C7839; }
span { border-color: rgb(12,120,57); }
td.TdClassName
{
border-color: #0C7839;
}
.TagClassName
{
border-color: #0C7839;
}
</style>