Shades of Dark Spring Green #0C763F
Tints of Dark Spring Green #0C763F
RGB
CMYK
RGB Variations
Color information
#0C763F (or 0x0C763F) is known color: Dark Spring Green. HEX triplet: 0C, 76 and 3F. RGB value is (12,118,63). Sum of RGB (Red+Green+Blue) = 12+118+63=193 (25% of max value = 765). Red value is 12 (5.08% from 255 or 6.22% from 193); Green value is 118 (46.48% from 255 or 61.14% from 193); Blue value is 63 (25% from 255 or 32.64% from 193); Max value from RGB is 118 - color contains mainly: green. Hex color #0C763F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C763F is #F389C0. Grayscale: #505050. Windows color (decimal): -15960513 or 4158988. OLE color: 4158988.
HSL color Cylindrical-coordinate representation of color #0C763F: hue angle of 148.87º 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 #0C763F is Cyan = 0.90, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 12 | 118 | 63 | - |
| CMYK | 0.90 | 0 | 0.47 | 0.54 |
| HSL | 148.87º | 0.82% | 0.25% | - |
| HSV(B) | 148.87º | 0.9% | 0.46% | - |
| XYZ | 7.53 | 13.39 | 6.89 | - |
| YUV | 80.04 | 118.38 | 79.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 118 | 63 | 0.90 | 0 | 0.47 | 0.54 | 148.87 | 0.82 | 0.25 |
| Hex | C | 76 | 3F | 5A | 0 | 2F | 36 | 95 | 52 | 19 |
| Octal | 14 | 166 | 77 | 132 | 0 | 57 | 66 | 225 | 122 | 31 |
| Binary | 1100 | 1110110 | 111111 | 1011010 | 0 | 101111 | 110110 | 10010101 | 1010010 | 11001 |
Color Harmonies of #0C763F
Complementary color
Monochromatic Colors of #0C763F
Black with #0C763F
Text Example
Text Example
White with #0C763F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C763F; }
p { color: rgb(12,118,63); }
H1.HeaderClassName
{
color: #0C763F;
}
.AnyTagClassName
{
color: #0C763F;
}
</style>
background-color css
<style>
a { background-color: #0C763F; }
a { background-color: rgb(12,118,63); }
div.DivClassName
{
background-color: #0C763F;
}
.BgClassName
{
background-color: #0C763F;
}
</style>
border-color css
<style>
span { border-color: #0C763F; }
span { border-color: rgb(12,118,63); }
td.TdClassName
{
border-color: #0C763F;
}
.TagClassName
{
border-color: #0C763F;
}
</style>