Shades of Green #127911
Tints of Green #127911
RGB
CMYK
RGB Variations
Color information
#127911 (or 0x127911) is known color: Green. HEX triplet: 12, 79 and 11. RGB value is (18,121,17). Sum of RGB (Red+Green+Blue) = 18+121+17=156 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.54% from 156); Green value is 121 (47.66% from 255 or 77.56% from 156); Blue value is 17 (7.03% from 255 or 10.90% from 156); Max value from RGB is 121 - color contains mainly: green. Hex color #127911 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #127911 is #ED86EE. Grayscale: #4E4E4E. Windows color (decimal): -15566575 or 1145106. OLE color: 1145106.
HSL color Cylindrical-coordinate representation of color #127911: hue angle of 119.42º degrees, saturation: 0.75, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #127911 is Cyan = 0.85, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 18 | 121 | 17 | - |
| CMYK | 0.85 | 0 | 0.86 | 0.53 |
| HSL | 119.42º | 0.75% | 0.27% | - |
| HSV(B) | 119.42º | 0.86% | 0.47% | - |
| XYZ | 7.19 | 13.84 | 2.82 | - |
| YUV | 78.35 | 93.38 | 84.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 121 | 17 | 0.85 | 0 | 0.86 | 0.53 | 119.42 | 0.75 | 0.27 |
| Hex | 12 | 79 | 11 | 55 | 0 | 56 | 35 | 77 | 4B | 1B |
| Octal | 22 | 171 | 21 | 125 | 0 | 126 | 65 | 167 | 113 | 33 |
| Binary | 10010 | 1111001 | 10001 | 1010101 | 0 | 1010110 | 110101 | 1110111 | 1001011 | 11011 |
Color Harmonies of #127911
Complementary color
Monochromatic Colors of #127911
Black with #127911
Text Example
Text Example
White with #127911
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #127911; }
p { color: rgb(18,121,17); }
H1.HeaderClassName
{
color: #127911;
}
.AnyTagClassName
{
color: #127911;
}
</style>
background-color css
<style>
a { background-color: #127911; }
a { background-color: rgb(18,121,17); }
div.DivClassName
{
background-color: #127911;
}
.BgClassName
{
background-color: #127911;
}
</style>
border-color css
<style>
span { border-color: #127911; }
span { border-color: rgb(18,121,17); }
td.TdClassName
{
border-color: #127911;
}
.TagClassName
{
border-color: #127911;
}
</style>