Shades of Dark Spring Green #0C763B
Tints of Dark Spring Green #0C763B
RGB
CMYK
RGB Variations
Color information
#0C763B (or 0x0C763B) is known color: Dark Spring Green. HEX triplet: 0C, 76 and 3B. RGB value is (12,118,59). Sum of RGB (Red+Green+Blue) = 12+118+59=189 (25% of max value = 765). Red value is 12 (5.08% from 255 or 6.35% from 189); Green value is 118 (46.48% from 255 or 62.43% from 189); Blue value is 59 (23.44% from 255 or 31.22% from 189); Max value from RGB is 118 - color contains mainly: green. Hex color #0C763B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C763B is #F389C4. Grayscale: #4F4F4F. Windows color (decimal): -15960517 or 3896844. OLE color: 3896844.
HSL color Cylindrical-coordinate representation of color #0C763B: hue angle of 146.6º 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 #0C763B is Cyan = 0.90, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 12 | 118 | 59 | - |
| CMYK | 0.90 | 0 | 0.50 | 0.54 |
| HSL | 146.6º | 0.82% | 0.25% | - |
| HSV(B) | 146.6º | 0.9% | 0.46% | - |
| XYZ | 7.42 | 13.35 | 6.32 | - |
| YUV | 79.58 | 116.38 | 79.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 118 | 59 | 0.90 | 0 | 0.50 | 0.54 | 146.6 | 0.82 | 0.25 |
| Hex | C | 76 | 3B | 5A | 0 | 32 | 36 | 93 | 52 | 19 |
| Octal | 14 | 166 | 73 | 132 | 0 | 62 | 66 | 223 | 122 | 31 |
| Binary | 1100 | 1110110 | 111011 | 1011010 | 0 | 110010 | 110110 | 10010011 | 1010010 | 11001 |
Color Harmonies of #0C763B
Complementary color
Monochromatic Colors of #0C763B
Black with #0C763B
Text Example
Text Example
White with #0C763B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C763B; }
p { color: rgb(12,118,59); }
H1.HeaderClassName
{
color: #0C763B;
}
.AnyTagClassName
{
color: #0C763B;
}
</style>
background-color css
<style>
a { background-color: #0C763B; }
a { background-color: rgb(12,118,59); }
div.DivClassName
{
background-color: #0C763B;
}
.BgClassName
{
background-color: #0C763B;
}
</style>
border-color css
<style>
span { border-color: #0C763B; }
span { border-color: rgb(12,118,59); }
td.TdClassName
{
border-color: #0C763B;
}
.TagClassName
{
border-color: #0C763B;
}
</style>