Shades of Green #127011
Tints of Green #127011
RGB
CMYK
RGB Variations
Color information
#127011 (or 0x127011) is known color: Green. HEX triplet: 12, 70 and 11. RGB value is (18,112,17). Sum of RGB (Red+Green+Blue) = 18+112+17=147 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.24% from 147); Green value is 112 (44.14% from 255 or 76.19% from 147); Blue value is 17 (7.03% from 255 or 11.56% from 147); Max value from RGB is 112 - color contains mainly: green. Hex color #127011 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #127011 is #ED8FEE. Grayscale: #494949. Windows color (decimal): -15568879 or 1142802. OLE color: 1142802.
HSL color Cylindrical-coordinate representation of color #127011: hue angle of 119.37º degrees, saturation: 0.74, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #127011 is Cyan = 0.84, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 18 | 112 | 17 | - |
| CMYK | 0.84 | 0 | 0.85 | 0.56 |
| HSL | 119.37º | 0.74% | 0.25% | - |
| HSV(B) | 119.37º | 0.85% | 0.44% | - |
| XYZ | 6.14 | 11.76 | 2.48 | - |
| YUV | 73.06 | 96.36 | 88.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 112 | 17 | 0.84 | 0 | 0.85 | 0.56 | 119.37 | 0.74 | 0.25 |
| Hex | 12 | 70 | 11 | 54 | 0 | 55 | 38 | 77 | 4A | 19 |
| Octal | 22 | 160 | 21 | 124 | 0 | 125 | 70 | 167 | 112 | 31 |
| Binary | 10010 | 1110000 | 10001 | 1010100 | 0 | 1010101 | 111000 | 1110111 | 1001010 | 11001 |
Color Harmonies of #127011
Complementary color
Monochromatic Colors of #127011
Black with #127011
Text Example
Text Example
White with #127011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #127011; }
p { color: rgb(18,112,17); }
H1.HeaderClassName
{
color: #127011;
}
.AnyTagClassName
{
color: #127011;
}
</style>
background-color css
<style>
a { background-color: #127011; }
a { background-color: rgb(18,112,17); }
div.DivClassName
{
background-color: #127011;
}
.BgClassName
{
background-color: #127011;
}
</style>
border-color css
<style>
span { border-color: #127011; }
span { border-color: rgb(18,112,17); }
td.TdClassName
{
border-color: #127011;
}
.TagClassName
{
border-color: #127011;
}
</style>