Shades of Green #126511
Tints of Green #126511
RGB
CMYK
RGB Variations
Color information
#126511 (or 0x126511) is known color: Green. HEX triplet: 12, 65 and 11. RGB value is (18,101,17). Sum of RGB (Red+Green+Blue) = 18+101+17=136 (18% of max value = 765). Red value is 18 (7.42% from 255 or 13.24% from 136); Green value is 101 (39.84% from 255 or 74.26% from 136); Blue value is 17 (7.03% from 255 or 12.5% from 136); Max value from RGB is 101 - color contains mainly: green. Hex color #126511 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #126511 is #ED9AEE. Grayscale: #424242. Windows color (decimal): -15571695 or 1139986. OLE color: 1139986.
HSL color Cylindrical-coordinate representation of color #126511: hue angle of 119.29º degrees, saturation: 0.71, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #126511 is Cyan = 0.82, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 18 | 101 | 17 | - |
| CMYK | 0.82 | 0 | 0.83 | 0.60 |
| HSL | 119.29º | 0.71% | 0.23% | - |
| HSV(B) | 119.29º | 0.83% | 0.4% | - |
| XYZ | 5 | 9.48 | 2.1 | - |
| YUV | 66.61 | 100 | 93.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 101 | 17 | 0.82 | 0 | 0.83 | 0.60 | 119.29 | 0.71 | 0.23 |
| Hex | 12 | 65 | 11 | 52 | 0 | 53 | 3C | 77 | 47 | 17 |
| Octal | 22 | 145 | 21 | 122 | 0 | 123 | 74 | 167 | 107 | 27 |
| Binary | 10010 | 1100101 | 10001 | 1010010 | 0 | 1010011 | 111100 | 1110111 | 1000111 | 10111 |
Color Harmonies of #126511
Complementary color
Monochromatic Colors of #126511
Black with #126511
Text Example
Text Example
White with #126511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #126511; }
p { color: rgb(18,101,17); }
H1.HeaderClassName
{
color: #126511;
}
.AnyTagClassName
{
color: #126511;
}
</style>
background-color css
<style>
a { background-color: #126511; }
a { background-color: rgb(18,101,17); }
div.DivClassName
{
background-color: #126511;
}
.BgClassName
{
background-color: #126511;
}
</style>
border-color css
<style>
span { border-color: #126511; }
span { border-color: rgb(18,101,17); }
td.TdClassName
{
border-color: #126511;
}
.TagClassName
{
border-color: #126511;
}
</style>