Shades of Green #007C12
Tints of Green #007C12
RGB
CMYK
RGB Variations
Color information
#007C12 (or 0x007C12) is known color: Green. HEX triplet: 00, 7C and 12. RGB value is (0,124,18). Sum of RGB (Red+Green+Blue) = 0+124+18=142 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 142); Green value is 124 (48.83% from 255 or 87.32% from 142); Blue value is 18 (7.42% from 255 or 12.68% from 142); Max value from RGB is 124 - color contains mainly: green. Hex color #007C12 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #007C12 is #FF83ED. Grayscale: #4B4B4B. Windows color (decimal): -16745454 or 1211392. OLE color: 1211392.
HSL color Cylindrical-coordinate representation of color #007C12: hue angle of 128.71º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007C12 is Cyan = 1, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 0 | 124 | 18 | - |
| CMYK | 1 | 0 | 0.85 | 0.51 |
| HSL | 128.71º | 1% | 0.24% | - |
| HSV(B) | 128.71º | 1% | 0.49% | - |
| XYZ | 7.32 | 14.46 | 2.98 | - |
| YUV | 74.84 | 95.92 | 74.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 124 | 18 | 1 | 0 | 0.85 | 0.51 | 128.71 | 1 | 0.24 |
| Hex | 0 | 7C | 12 | 64 | 0 | 55 | 33 | 81 | 64 | 18 |
| Octal | 0 | 174 | 22 | 144 | 0 | 125 | 63 | 201 | 144 | 30 |
| Binary | 0 | 1111100 | 10010 | 1100100 | 0 | 1010101 | 110011 | 10000001 | 1100100 | 11000 |
Color Harmonies of #007C12
Complementary color
Monochromatic Colors of #007C12
Black with #007C12
Text Example
Text Example
White with #007C12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #007C12; }
p { color: rgb(0,124,18); }
H1.HeaderClassName
{
color: #007C12;
}
.AnyTagClassName
{
color: #007C12;
}
</style>
background-color css
<style>
a { background-color: #007C12; }
a { background-color: rgb(0,124,18); }
div.DivClassName
{
background-color: #007C12;
}
.BgClassName
{
background-color: #007C12;
}
</style>
border-color css
<style>
span { border-color: #007C12; }
span { border-color: rgb(0,124,18); }
td.TdClassName
{
border-color: #007C12;
}
.TagClassName
{
border-color: #007C12;
}
</style>