Shades of Green #127511
Tints of Green #127511
RGB
CMYK
RGB Variations
Color information
#127511 (or 0x127511) is known color: Green. HEX triplet: 12, 75 and 11. RGB value is (18,117,17). Sum of RGB (Red+Green+Blue) = 18+117+17=152 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.84% from 152); Green value is 117 (46.09% from 255 or 76.97% from 152); Blue value is 17 (7.03% from 255 or 11.18% from 152); Max value from RGB is 117 - color contains mainly: green. Hex color #127511 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #127511 is #ED8AEE. Grayscale: #4C4C4C. Windows color (decimal): -15567599 or 1144082. OLE color: 1144082.
HSL color Cylindrical-coordinate representation of color #127511: hue angle of 119.4º degrees, saturation: 0.75, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #127511 is Cyan = 0.85, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 18 | 117 | 17 | - |
| CMYK | 0.85 | 0 | 0.85 | 0.54 |
| HSL | 119.4º | 0.75% | 0.26% | - |
| HSV(B) | 119.4º | 0.85% | 0.46% | - |
| XYZ | 6.71 | 12.89 | 2.66 | - |
| YUV | 76 | 94.7 | 86.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 117 | 17 | 0.85 | 0 | 0.85 | 0.54 | 119.4 | 0.75 | 0.26 |
| Hex | 12 | 75 | 11 | 55 | 0 | 55 | 36 | 77 | 4B | 1A |
| Octal | 22 | 165 | 21 | 125 | 0 | 125 | 66 | 167 | 113 | 32 |
| Binary | 10010 | 1110101 | 10001 | 1010101 | 0 | 1010101 | 110110 | 1110111 | 1001011 | 11010 |
Color Harmonies of #127511
Complementary color
Monochromatic Colors of #127511
Black with #127511
Text Example
Text Example
White with #127511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #127511; }
p { color: rgb(18,117,17); }
H1.HeaderClassName
{
color: #127511;
}
.AnyTagClassName
{
color: #127511;
}
</style>
background-color css
<style>
a { background-color: #127511; }
a { background-color: rgb(18,117,17); }
div.DivClassName
{
background-color: #127511;
}
.BgClassName
{
background-color: #127511;
}
</style>
border-color css
<style>
span { border-color: #127511; }
span { border-color: rgb(18,117,17); }
td.TdClassName
{
border-color: #127511;
}
.TagClassName
{
border-color: #127511;
}
</style>