Shades of Green #0C780F
Tints of Green #0C780F
RGB
CMYK
RGB Variations
Color information
#0C780F (or 0x0C780F) is known color: Green. HEX triplet: 0C, 78 and 0F. RGB value is (12,120,15). Sum of RGB (Red+Green+Blue) = 12+120+15=147 (19% of max value = 765). Red value is 12 (5.08% from 255 or 8.16% from 147); Green value is 120 (47.27% from 255 or 81.63% from 147); Blue value is 15 (6.25% from 255 or 10.20% from 147); Max value from RGB is 120 - color contains mainly: green. Hex color #0C780F is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0C780F is #F387F0. Grayscale: #4C4C4C. Windows color (decimal): -15960049 or 1013772. OLE color: 1013772.
HSL color Cylindrical-coordinate representation of color #0C780F: hue angle of 121.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 #0C780F is Cyan = 0.90, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 12 | 120 | 15 | - |
| CMYK | 0.90 | 0 | 0.87 | 0.53 |
| HSL | 121.67º | 0.82% | 0.26% | - |
| HSV(B) | 121.67º | 0.9% | 0.47% | - |
| XYZ | 6.95 | 13.55 | 2.7 | - |
| YUV | 75.74 | 93.72 | 82.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 120 | 15 | 0.90 | 0 | 0.87 | 0.53 | 121.67 | 0.82 | 0.26 |
| Hex | C | 78 | F | 5A | 0 | 57 | 35 | 7A | 52 | 1A |
| Octal | 14 | 170 | 17 | 132 | 0 | 127 | 65 | 172 | 122 | 32 |
| Binary | 1100 | 1111000 | 1111 | 1011010 | 0 | 1010111 | 110101 | 1111010 | 1010010 | 11010 |
Color Harmonies of #0C780F
Complementary color
Monochromatic Colors of #0C780F
Black with #0C780F
Text Example
Text Example
White with #0C780F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C780F; }
p { color: rgb(12,120,15); }
H1.HeaderClassName
{
color: #0C780F;
}
.AnyTagClassName
{
color: #0C780F;
}
</style>
background-color css
<style>
a { background-color: #0C780F; }
a { background-color: rgb(12,120,15); }
div.DivClassName
{
background-color: #0C780F;
}
.BgClassName
{
background-color: #0C780F;
}
</style>
border-color css
<style>
span { border-color: #0C780F; }
span { border-color: rgb(12,120,15); }
td.TdClassName
{
border-color: #0C780F;
}
.TagClassName
{
border-color: #0C780F;
}
</style>