Shades of Dark Spring Green #0C783C
Tints of Dark Spring Green #0C783C
RGB
CMYK
RGB Variations
Color information
#0C783C (or 0x0C783C) is known color: Dark Spring Green. HEX triplet: 0C, 78 and 3C. RGB value is (12,120,60). Sum of RGB (Red+Green+Blue) = 12+120+60=192 (25% of max value = 765). Red value is 12 (5.08% from 255 or 6.25% from 192); Green value is 120 (47.27% from 255 or 62.5% from 192); Blue value is 60 (23.83% from 255 or 31.25% from 192); Max value from RGB is 120 - color contains mainly: green. Hex color #0C783C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C783C is #F387C3. Grayscale: #505050. Windows color (decimal): -15960004 or 3962892. OLE color: 3962892.
HSL color Cylindrical-coordinate representation of color #0C783C: hue angle of 146.67º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0C783C is Cyan = 0.90, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 12 | 120 | 60 | - |
| CMYK | 0.90 | 0 | 0.5 | 0.53 |
| HSL | 146.67º | 0.82% | 0.26% | - |
| HSV(B) | 146.67º | 0.9% | 0.47% | - |
| XYZ | 7.68 | 13.84 | 6.54 | - |
| YUV | 80.87 | 116.22 | 78.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 120 | 60 | 0.90 | 0 | 0.5 | 0.53 | 146.67 | 0.82 | 0.26 |
| Hex | C | 78 | 3C | 5A | 0 | 32 | 35 | 93 | 52 | 1A |
| Octal | 14 | 170 | 74 | 132 | 0 | 62 | 65 | 223 | 122 | 32 |
| Binary | 1100 | 1111000 | 111100 | 1011010 | 0 | 110010 | 110101 | 10010011 | 1010010 | 11010 |
Color Harmonies of #0C783C
Complementary color
Monochromatic Colors of #0C783C
Black with #0C783C
Text Example
Text Example
White with #0C783C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C783C; }
p { color: rgb(12,120,60); }
H1.HeaderClassName
{
color: #0C783C;
}
.AnyTagClassName
{
color: #0C783C;
}
</style>
background-color css
<style>
a { background-color: #0C783C; }
a { background-color: rgb(12,120,60); }
div.DivClassName
{
background-color: #0C783C;
}
.BgClassName
{
background-color: #0C783C;
}
</style>
border-color css
<style>
span { border-color: #0C783C; }
span { border-color: rgb(12,120,60); }
td.TdClassName
{
border-color: #0C783C;
}
.TagClassName
{
border-color: #0C783C;
}
</style>