Shades of Green #0C780D
Tints of Green #0C780D
RGB
CMYK
RGB Variations
Color information
#0C780D (or 0x0C780D) is known color: Green. HEX triplet: 0C, 78 and 0D. RGB value is (12,120,13). Sum of RGB (Red+Green+Blue) = 12+120+13=145 (19% of max value = 765). Red value is 12 (5.08% from 255 or 8.28% from 145); Green value is 120 (47.27% from 255 or 82.76% from 145); Blue value is 13 (5.47% from 255 or 8.97% from 145); Max value from RGB is 120 - color contains mainly: green. Hex color #0C780D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0C780D is #F387F2. Grayscale: #4B4B4B. Windows color (decimal): -15960051 or 882700. OLE color: 882700.
HSL color Cylindrical-coordinate representation of color #0C780D: hue angle of 120.56º 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 #0C780D is Cyan = 0.90, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 12 | 120 | 13 | - |
| CMYK | 0.90 | 0 | 0.89 | 0.53 |
| HSL | 120.56º | 0.82% | 0.26% | - |
| HSV(B) | 120.56º | 0.9% | 0.47% | - |
| XYZ | 6.94 | 13.54 | 2.63 | - |
| YUV | 75.51 | 92.72 | 82.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 120 | 13 | 0.90 | 0 | 0.89 | 0.53 | 120.56 | 0.82 | 0.26 |
| Hex | C | 78 | D | 5A | 0 | 59 | 35 | 79 | 52 | 1A |
| Octal | 14 | 170 | 15 | 132 | 0 | 131 | 65 | 171 | 122 | 32 |
| Binary | 1100 | 1111000 | 1101 | 1011010 | 0 | 1011001 | 110101 | 1111001 | 1010010 | 11010 |
Color Harmonies of #0C780D
Complementary color
Monochromatic Colors of #0C780D
Black with #0C780D
Text Example
Text Example
White with #0C780D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C780D; }
p { color: rgb(12,120,13); }
H1.HeaderClassName
{
color: #0C780D;
}
.AnyTagClassName
{
color: #0C780D;
}
</style>
background-color css
<style>
a { background-color: #0C780D; }
a { background-color: rgb(12,120,13); }
div.DivClassName
{
background-color: #0C780D;
}
.BgClassName
{
background-color: #0C780D;
}
</style>
border-color css
<style>
span { border-color: #0C780D; }
span { border-color: rgb(12,120,13); }
td.TdClassName
{
border-color: #0C780D;
}
.TagClassName
{
border-color: #0C780D;
}
</style>