Shades of Green #127112
Tints of Green #127112
RGB
CMYK
RGB Variations
Color information
#127112 (or 0x127112) is known color: Green. HEX triplet: 12, 71 and 12. RGB value is (18,113,18). Sum of RGB (Red+Green+Blue) = 18+113+18=149 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.08% from 149); Green value is 113 (44.53% from 255 or 75.84% from 149); Blue value is 18 (7.42% from 255 or 12.08% from 149); Max value from RGB is 113 - color contains mainly: green. Hex color #127112 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #127112 is #ED8EED. Grayscale: #4A4A4A. Windows color (decimal): -15568622 or 1208594. OLE color: 1208594.
HSL color Cylindrical-coordinate representation of color #127112: hue angle of 120º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #127112 is Cyan = 0.84, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 18 | 113 | 18 | - |
| CMYK | 0.84 | 0 | 0.84 | 0.56 |
| HSL | 120º | 0.73% | 0.26% | - |
| HSV(B) | 120º | 0.84% | 0.44% | - |
| XYZ | 6.26 | 11.98 | 2.55 | - |
| YUV | 73.77 | 96.53 | 88.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 113 | 18 | 0.84 | 0 | 0.84 | 0.56 | 120 | 0.73 | 0.26 |
| Hex | 12 | 71 | 12 | 54 | 0 | 54 | 38 | 78 | 49 | 1A |
| Octal | 22 | 161 | 22 | 124 | 0 | 124 | 70 | 170 | 111 | 32 |
| Binary | 10010 | 1110001 | 10010 | 1010100 | 0 | 1010100 | 111000 | 1111000 | 1001001 | 11010 |
Color Harmonies of #127112
Complementary color
Monochromatic Colors of #127112
Black with #127112
Text Example
Text Example
White with #127112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #127112; }
p { color: rgb(18,113,18); }
H1.HeaderClassName
{
color: #127112;
}
.AnyTagClassName
{
color: #127112;
}
</style>
background-color css
<style>
a { background-color: #127112; }
a { background-color: rgb(18,113,18); }
div.DivClassName
{
background-color: #127112;
}
.BgClassName
{
background-color: #127112;
}
</style>
border-color css
<style>
span { border-color: #127112; }
span { border-color: rgb(18,113,18); }
td.TdClassName
{
border-color: #127112;
}
.TagClassName
{
border-color: #127112;
}
</style>