Shades of Green #0C7910
Tints of Green #0C7910
RGB
CMYK
RGB Variations
Color information
#0C7910 (or 0x0C7910) is known color: Green. HEX triplet: 0C, 79 and 10. RGB value is (12,121,16). Sum of RGB (Red+Green+Blue) = 12+121+16=149 (19% of max value = 765). Red value is 12 (5.08% from 255 or 8.05% from 149); Green value is 121 (47.66% from 255 or 81.21% from 149); Blue value is 16 (6.64% from 255 or 10.74% from 149); Max value from RGB is 121 - color contains mainly: green. Hex color #0C7910 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0C7910 is #F386EF. Grayscale: #4C4C4C. Windows color (decimal): -15959792 or 1079564. OLE color: 1079564.
HSL color Cylindrical-coordinate representation of color #0C7910: hue angle of 122.2º 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 #0C7910 is Cyan = 0.90, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 12 | 121 | 16 | - |
| CMYK | 0.90 | 0 | 0.87 | 0.53 |
| HSL | 122.2º | 0.82% | 0.26% | - |
| HSV(B) | 122.2º | 0.9% | 0.47% | - |
| XYZ | 7.08 | 13.79 | 2.78 | - |
| YUV | 76.44 | 93.89 | 82.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 121 | 16 | 0.90 | 0 | 0.87 | 0.53 | 122.2 | 0.82 | 0.26 |
| Hex | C | 79 | 10 | 5A | 0 | 57 | 35 | 7A | 52 | 1A |
| Octal | 14 | 171 | 20 | 132 | 0 | 127 | 65 | 172 | 122 | 32 |
| Binary | 1100 | 1111001 | 10000 | 1011010 | 0 | 1010111 | 110101 | 1111010 | 1010010 | 11010 |
Color Harmonies of #0C7910
Complementary color
Monochromatic Colors of #0C7910
Black with #0C7910
Text Example
Text Example
White with #0C7910
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C7910; }
p { color: rgb(12,121,16); }
H1.HeaderClassName
{
color: #0C7910;
}
.AnyTagClassName
{
color: #0C7910;
}
</style>
background-color css
<style>
a { background-color: #0C7910; }
a { background-color: rgb(12,121,16); }
div.DivClassName
{
background-color: #0C7910;
}
.BgClassName
{
background-color: #0C7910;
}
</style>
border-color css
<style>
span { border-color: #0C7910; }
span { border-color: rgb(12,121,16); }
td.TdClassName
{
border-color: #0C7910;
}
.TagClassName
{
border-color: #0C7910;
}
</style>