Shades of Dark Spring Green #0C7534
Tints of Dark Spring Green #0C7534
RGB
CMYK
RGB Variations
Color information
#0C7534 (or 0x0C7534) is known color: Dark Spring Green. HEX triplet: 0C, 75 and 34. RGB value is (12,117,52). Sum of RGB (Red+Green+Blue) = 12+117+52=181 (23% of max value = 765). Red value is 12 (5.08% from 255 or 6.63% from 181); Green value is 117 (46.09% from 255 or 64.64% from 181); Blue value is 52 (20.70% from 255 or 28.73% from 181); Max value from RGB is 117 - color contains mainly: green. Hex color #0C7534 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C7534 is #F38ACB. Grayscale: #4E4E4E. Windows color (decimal): -15960780 or 3437836. OLE color: 3437836.
HSL color Cylindrical-coordinate representation of color #0C7534: hue angle of 142.86º degrees, saturation: 0.81, 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 #0C7534 is Cyan = 0.90, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 12 | 117 | 52 | - |
| CMYK | 0.90 | 0 | 0.56 | 0.54 |
| HSL | 142.86º | 0.81% | 0.25% | - |
| HSV(B) | 142.86º | 0.9% | 0.46% | - |
| XYZ | 7.13 | 13.05 | 5.39 | - |
| YUV | 78.2 | 113.21 | 80.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 117 | 52 | 0.90 | 0 | 0.56 | 0.54 | 142.86 | 0.81 | 0.25 |
| Hex | C | 75 | 34 | 5A | 0 | 38 | 36 | 8F | 51 | 19 |
| Octal | 14 | 165 | 64 | 132 | 0 | 70 | 66 | 217 | 121 | 31 |
| Binary | 1100 | 1110101 | 110100 | 1011010 | 0 | 111000 | 110110 | 10001111 | 1010001 | 11001 |
Color Harmonies of #0C7534
Complementary color
Monochromatic Colors of #0C7534
Black with #0C7534
Text Example
Text Example
White with #0C7534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C7534; }
p { color: rgb(12,117,52); }
H1.HeaderClassName
{
color: #0C7534;
}
.AnyTagClassName
{
color: #0C7534;
}
</style>
background-color css
<style>
a { background-color: #0C7534; }
a { background-color: rgb(12,117,52); }
div.DivClassName
{
background-color: #0C7534;
}
.BgClassName
{
background-color: #0C7534;
}
</style>
border-color css
<style>
span { border-color: #0C7534; }
span { border-color: rgb(12,117,52); }
td.TdClassName
{
border-color: #0C7534;
}
.TagClassName
{
border-color: #0C7534;
}
</style>