Shades of Green #0C7611
Tints of Green #0C7611
RGB
CMYK
RGB Variations
Color information
#0C7611 (or 0x0C7611) is known color: Green. HEX triplet: 0C, 76 and 11. RGB value is (12,118,17). Sum of RGB (Red+Green+Blue) = 12+118+17=147 (19% of max value = 765). Red value is 12 (5.08% from 255 or 8.16% from 147); Green value is 118 (46.48% from 255 or 80.27% from 147); Blue value is 17 (7.03% from 255 or 11.56% from 147); Max value from RGB is 118 - color contains mainly: green. Hex color #0C7611 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0C7611 is #F389EE. Grayscale: #4B4B4B. Windows color (decimal): -15960559 or 1144332. OLE color: 1144332.
HSL color Cylindrical-coordinate representation of color #0C7611: hue angle of 122.83º 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 #0C7611 is Cyan = 0.90, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 12 | 118 | 17 | - |
| CMYK | 0.90 | 0 | 0.86 | 0.54 |
| HSL | 122.83º | 0.82% | 0.25% | - |
| HSV(B) | 122.83º | 0.9% | 0.46% | - |
| XYZ | 6.73 | 13.08 | 2.7 | - |
| YUV | 74.79 | 95.38 | 83.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 118 | 17 | 0.90 | 0 | 0.86 | 0.54 | 122.83 | 0.82 | 0.25 |
| Hex | C | 76 | 11 | 5A | 0 | 56 | 36 | 7B | 52 | 19 |
| Octal | 14 | 166 | 21 | 132 | 0 | 126 | 66 | 173 | 122 | 31 |
| Binary | 1100 | 1110110 | 10001 | 1011010 | 0 | 1010110 | 110110 | 1111011 | 1010010 | 11001 |
Color Harmonies of #0C7611
Complementary color
Monochromatic Colors of #0C7611
Black with #0C7611
Text Example
Text Example
White with #0C7611
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C7611; }
p { color: rgb(12,118,17); }
H1.HeaderClassName
{
color: #0C7611;
}
.AnyTagClassName
{
color: #0C7611;
}
</style>
background-color css
<style>
a { background-color: #0C7611; }
a { background-color: rgb(12,118,17); }
div.DivClassName
{
background-color: #0C7611;
}
.BgClassName
{
background-color: #0C7611;
}
</style>
border-color css
<style>
span { border-color: #0C7611; }
span { border-color: rgb(12,118,17); }
td.TdClassName
{
border-color: #0C7611;
}
.TagClassName
{
border-color: #0C7611;
}
</style>