Shades of Dark Spring Green #0C763C
Tints of Dark Spring Green #0C763C
RGB
CMYK
RGB Variations
Color information
#0C763C (or 0x0C763C) is known color: Dark Spring Green. HEX triplet: 0C, 76 and 3C. RGB value is (12,118,60). Sum of RGB (Red+Green+Blue) = 12+118+60=190 (25% of max value = 765). Red value is 12 (5.08% from 255 or 6.32% from 190); Green value is 118 (46.48% from 255 or 62.11% from 190); Blue value is 60 (23.83% from 255 or 31.58% from 190); Max value from RGB is 118 - color contains mainly: green. Hex color #0C763C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C763C is #F389C3. Grayscale: #4F4F4F. Windows color (decimal): -15960516 or 3962380. OLE color: 3962380.
HSL color Cylindrical-coordinate representation of color #0C763C: hue angle of 147.17º 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 #0C763C is Cyan = 0.90, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 12 | 118 | 60 | - |
| CMYK | 0.90 | 0 | 0.49 | 0.54 |
| HSL | 147.17º | 0.82% | 0.25% | - |
| HSV(B) | 147.17º | 0.9% | 0.46% | - |
| XYZ | 7.45 | 13.36 | 6.46 | - |
| YUV | 79.69 | 116.88 | 79.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 118 | 60 | 0.90 | 0 | 0.49 | 0.54 | 147.17 | 0.82 | 0.25 |
| Hex | C | 76 | 3C | 5A | 0 | 31 | 36 | 93 | 52 | 19 |
| Octal | 14 | 166 | 74 | 132 | 0 | 61 | 66 | 223 | 122 | 31 |
| Binary | 1100 | 1110110 | 111100 | 1011010 | 0 | 110001 | 110110 | 10010011 | 1010010 | 11001 |
Color Harmonies of #0C763C
Complementary color
Monochromatic Colors of #0C763C
Black with #0C763C
Text Example
Text Example
White with #0C763C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C763C; }
p { color: rgb(12,118,60); }
H1.HeaderClassName
{
color: #0C763C;
}
.AnyTagClassName
{
color: #0C763C;
}
</style>
background-color css
<style>
a { background-color: #0C763C; }
a { background-color: rgb(12,118,60); }
div.DivClassName
{
background-color: #0C763C;
}
.BgClassName
{
background-color: #0C763C;
}
</style>
border-color css
<style>
span { border-color: #0C763C; }
span { border-color: rgb(12,118,60); }
td.TdClassName
{
border-color: #0C763C;
}
.TagClassName
{
border-color: #0C763C;
}
</style>