Shades of Green #127113
Tints of Green #127113
RGB
CMYK
RGB Variations
Color information
#127113 (or 0x127113) is known color: Green. HEX triplet: 12, 71 and 13. RGB value is (18,113,19). Sum of RGB (Red+Green+Blue) = 18+113+19=150 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12% from 150); Green value is 113 (44.53% from 255 or 75.33% from 150); Blue value is 19 (7.81% from 255 or 12.67% from 150); Max value from RGB is 113 - color contains mainly: green. Hex color #127113 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #127113 is #ED8EEC. Grayscale: #4A4A4A. Windows color (decimal): -15568621 or 1274130. OLE color: 1274130.
HSL color Cylindrical-coordinate representation of color #127113: hue angle of 120.63º 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 #127113 is Cyan = 0.84, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 18 | 113 | 19 | - |
| CMYK | 0.84 | 0 | 0.83 | 0.56 |
| HSL | 120.63º | 0.73% | 0.26% | - |
| HSV(B) | 120.63º | 0.84% | 0.44% | - |
| XYZ | 6.27 | 11.99 | 2.6 | - |
| YUV | 73.88 | 97.03 | 88.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 113 | 19 | 0.84 | 0 | 0.83 | 0.56 | 120.63 | 0.73 | 0.26 |
| Hex | 12 | 71 | 13 | 54 | 0 | 53 | 38 | 79 | 49 | 1A |
| Octal | 22 | 161 | 23 | 124 | 0 | 123 | 70 | 171 | 111 | 32 |
| Binary | 10010 | 1110001 | 10011 | 1010100 | 0 | 1010011 | 111000 | 1111001 | 1001001 | 11010 |
Color Harmonies of #127113
Complementary color
Monochromatic Colors of #127113
Black with #127113
Text Example
Text Example
White with #127113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #127113; }
p { color: rgb(18,113,19); }
H1.HeaderClassName
{
color: #127113;
}
.AnyTagClassName
{
color: #127113;
}
</style>
background-color css
<style>
a { background-color: #127113; }
a { background-color: rgb(18,113,19); }
div.DivClassName
{
background-color: #127113;
}
.BgClassName
{
background-color: #127113;
}
</style>
border-color css
<style>
span { border-color: #127113; }
span { border-color: rgb(18,113,19); }
td.TdClassName
{
border-color: #127113;
}
.TagClassName
{
border-color: #127113;
}
</style>