Shades of Green #0C760C
Tints of Green #0C760C
RGB
CMYK
RGB Variations
Color information
#0C760C (or 0x0C760C) is known color: Green. HEX triplet: 0C, 76 and 0C. RGB value is (12,118,12). Sum of RGB (Red+Green+Blue) = 12+118+12=142 (18% of max value = 765). Red value is 12 (5.08% from 255 or 8.45% from 142); Green value is 118 (46.48% from 255 or 83.10% from 142); Blue value is 12 (5.08% from 255 or 8.45% from 142); Max value from RGB is 118 - color contains mainly: green. Hex color #0C760C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0C760C is #F389F3. Grayscale: #4A4A4A. Windows color (decimal): -15960564 or 816652. OLE color: 816652.
HSL color Cylindrical-coordinate representation of color #0C760C: hue angle of 120º 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 #0C760C is Cyan = 0.90, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 12 | 118 | 12 | - |
| CMYK | 0.90 | 0 | 0.90 | 0.54 |
| HSL | 120º | 0.82% | 0.25% | - |
| HSV(B) | 120º | 0.9% | 0.46% | - |
| XYZ | 6.7 | 13.06 | 2.52 | - |
| YUV | 74.22 | 92.88 | 83.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 118 | 12 | 0.90 | 0 | 0.90 | 0.54 | 120 | 0.82 | 0.25 |
| Hex | C | 76 | C | 5A | 0 | 5A | 36 | 78 | 52 | 19 |
| Octal | 14 | 166 | 14 | 132 | 0 | 132 | 66 | 170 | 122 | 31 |
| Binary | 1100 | 1110110 | 1100 | 1011010 | 0 | 1011010 | 110110 | 1111000 | 1010010 | 11001 |
Color Harmonies of #0C760C
Complementary color
Monochromatic Colors of #0C760C
Black with #0C760C
Text Example
Text Example
White with #0C760C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C760C; }
p { color: rgb(12,118,12); }
H1.HeaderClassName
{
color: #0C760C;
}
.AnyTagClassName
{
color: #0C760C;
}
</style>
background-color css
<style>
a { background-color: #0C760C; }
a { background-color: rgb(12,118,12); }
div.DivClassName
{
background-color: #0C760C;
}
.BgClassName
{
background-color: #0C760C;
}
</style>
border-color css
<style>
span { border-color: #0C760C; }
span { border-color: rgb(12,118,12); }
td.TdClassName
{
border-color: #0C760C;
}
.TagClassName
{
border-color: #0C760C;
}
</style>