Shades of Dark Spring Green #0C7640
Tints of Dark Spring Green #0C7640
RGB
CMYK
RGB Variations
Color information
#0C7640 (or 0x0C7640) is known color: Dark Spring Green. HEX triplet: 0C, 76 and 40. RGB value is (12,118,64). Sum of RGB (Red+Green+Blue) = 12+118+64=194 (25% of max value = 765). Red value is 12 (5.08% from 255 or 6.19% from 194); Green value is 118 (46.48% from 255 or 60.82% from 194); Blue value is 64 (25.39% from 255 or 32.99% from 194); Max value from RGB is 118 - color contains mainly: green. Hex color #0C7640 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C7640 is #F389BF. Grayscale: #505050. Windows color (decimal): -15960512 or 4224524. OLE color: 4224524.
HSL color Cylindrical-coordinate representation of color #0C7640: hue angle of 149.43º degrees, saturation: 0.82, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0C7640 is Cyan = 0.90, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 12 | 118 | 64 | - |
| CMYK | 0.90 | 0 | 0.46 | 0.54 |
| HSL | 149.43º | 0.82% | 0.25% | - |
| HSV(B) | 149.43º | 0.9% | 0.46% | - |
| XYZ | 7.56 | 13.41 | 7.04 | - |
| YUV | 80.15 | 118.88 | 79.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 118 | 64 | 0.90 | 0 | 0.46 | 0.54 | 149.43 | 0.82 | 0.25 |
| Hex | C | 76 | 40 | 5A | 0 | 2E | 36 | 95 | 52 | 19 |
| Octal | 14 | 166 | 100 | 132 | 0 | 56 | 66 | 225 | 122 | 31 |
| Binary | 1100 | 1110110 | 1000000 | 1011010 | 0 | 101110 | 110110 | 10010101 | 1010010 | 11001 |
Color Harmonies of #0C7640
Complementary color
Monochromatic Colors of #0C7640
Black with #0C7640
Text Example
Text Example
White with #0C7640
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C7640; }
p { color: rgb(12,118,64); }
H1.HeaderClassName
{
color: #0C7640;
}
.AnyTagClassName
{
color: #0C7640;
}
</style>
background-color css
<style>
a { background-color: #0C7640; }
a { background-color: rgb(12,118,64); }
div.DivClassName
{
background-color: #0C7640;
}
.BgClassName
{
background-color: #0C7640;
}
</style>
border-color css
<style>
span { border-color: #0C7640; }
span { border-color: rgb(12,118,64); }
td.TdClassName
{
border-color: #0C7640;
}
.TagClassName
{
border-color: #0C7640;
}
</style>