Shades of Green #116511
Tints of Green #116511
RGB
CMYK
RGB Variations
Color information
#116511 (or 0x116511) is known color: Green. HEX triplet: 11, 65 and 11. RGB value is (17,101,17). Sum of RGB (Red+Green+Blue) = 17+101+17=135 (17% of max value = 765). Red value is 17 (7.03% from 255 or 12.59% from 135); Green value is 101 (39.84% from 255 or 74.81% from 135); Blue value is 17 (7.03% from 255 or 12.59% from 135); Max value from RGB is 101 - color contains mainly: green. Hex color #116511 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #116511 is #EE9AEE. Grayscale: #424242. Windows color (decimal): -15637231 or 1139985. OLE color: 1139985.
HSL color Cylindrical-coordinate representation of color #116511: hue angle of 120º 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 #116511 is Cyan = 0.83, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 17 | 101 | 17 | - |
| CMYK | 0.83 | 0 | 0.83 | 0.60 |
| HSL | 120º | 0.71% | 0.23% | - |
| HSV(B) | 120º | 0.83% | 0.4% | - |
| XYZ | 4.99 | 9.47 | 2.09 | - |
| YUV | 66.31 | 100.17 | 92.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 101 | 17 | 0.83 | 0 | 0.83 | 0.60 | 120 | 0.71 | 0.23 |
| Hex | 11 | 65 | 11 | 53 | 0 | 53 | 3C | 78 | 47 | 17 |
| Octal | 21 | 145 | 21 | 123 | 0 | 123 | 74 | 170 | 107 | 27 |
| Binary | 10001 | 1100101 | 10001 | 1010011 | 0 | 1010011 | 111100 | 1111000 | 1000111 | 10111 |
Color Harmonies of #116511
Complementary color
Monochromatic Colors of #116511
Black with #116511
Text Example
Text Example
White with #116511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #116511; }
p { color: rgb(17,101,17); }
H1.HeaderClassName
{
color: #116511;
}
.AnyTagClassName
{
color: #116511;
}
</style>
background-color css
<style>
a { background-color: #116511; }
a { background-color: rgb(17,101,17); }
div.DivClassName
{
background-color: #116511;
}
.BgClassName
{
background-color: #116511;
}
</style>
border-color css
<style>
span { border-color: #116511; }
span { border-color: rgb(17,101,17); }
td.TdClassName
{
border-color: #116511;
}
.TagClassName
{
border-color: #116511;
}
</style>