Shades of Green #127611
Tints of Green #127611
RGB
CMYK
RGB Variations
Color information
#127611 (or 0x127611) is known color: Green. HEX triplet: 12, 76 and 11. RGB value is (18,118,17). Sum of RGB (Red+Green+Blue) = 18+118+17=153 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.76% from 153); Green value is 118 (46.48% from 255 or 77.12% from 153); Blue value is 17 (7.03% from 255 or 11.11% from 153); Max value from RGB is 118 - color contains mainly: green. Hex color #127611 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #127611 is #ED89EE. Grayscale: #4C4C4C. Windows color (decimal): -15567343 or 1144338. OLE color: 1144338.
HSL color Cylindrical-coordinate representation of color #127611: hue angle of 119.41º degrees, saturation: 0.75, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #127611 is Cyan = 0.85, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 18 | 118 | 17 | - |
| CMYK | 0.85 | 0 | 0.86 | 0.54 |
| HSL | 119.41º | 0.75% | 0.26% | - |
| HSV(B) | 119.41º | 0.86% | 0.46% | - |
| XYZ | 6.83 | 13.13 | 2.7 | - |
| YUV | 76.59 | 94.37 | 86.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 118 | 17 | 0.85 | 0 | 0.86 | 0.54 | 119.41 | 0.75 | 0.26 |
| Hex | 12 | 76 | 11 | 55 | 0 | 56 | 36 | 77 | 4B | 1A |
| Octal | 22 | 166 | 21 | 125 | 0 | 126 | 66 | 167 | 113 | 32 |
| Binary | 10010 | 1110110 | 10001 | 1010101 | 0 | 1010110 | 110110 | 1110111 | 1001011 | 11010 |
Color Harmonies of #127611
Complementary color
Monochromatic Colors of #127611
Black with #127611
Text Example
Text Example
White with #127611
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #127611; }
p { color: rgb(18,118,17); }
H1.HeaderClassName
{
color: #127611;
}
.AnyTagClassName
{
color: #127611;
}
</style>
background-color css
<style>
a { background-color: #127611; }
a { background-color: rgb(18,118,17); }
div.DivClassName
{
background-color: #127611;
}
.BgClassName
{
background-color: #127611;
}
</style>
border-color css
<style>
span { border-color: #127611; }
span { border-color: rgb(18,118,17); }
td.TdClassName
{
border-color: #127611;
}
.TagClassName
{
border-color: #127611;
}
</style>