Shades of Green #116B17
Tints of Green #116B17
RGB
CMYK
RGB Variations
Color information
#116B17 (or 0x116B17) is known color: Green. HEX triplet: 11, 6B and 17. RGB value is (17,107,23). Sum of RGB (Red+Green+Blue) = 17+107+23=147 (19% of max value = 765). Red value is 17 (7.03% from 255 or 11.56% from 147); Green value is 107 (42.19% from 255 or 72.79% from 147); Blue value is 23 (9.38% from 255 or 15.65% from 147); Max value from RGB is 107 - color contains mainly: green. Hex color #116B17 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #116B17 is #EE94E8. Grayscale: #464646. Windows color (decimal): -15635689 or 1534737. OLE color: 1534737.
HSL color Cylindrical-coordinate representation of color #116B17: hue angle of 124º degrees, saturation: 0.73, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #116B17 is Cyan = 0.84, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 17 | 107 | 23 | - |
| CMYK | 0.84 | 0 | 0.79 | 0.58 |
| HSL | 124º | 0.73% | 0.24% | - |
| HSV(B) | 124º | 0.84% | 0.42% | - |
| XYZ | 5.64 | 10.7 | 2.58 | - |
| YUV | 70.51 | 101.18 | 89.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 107 | 23 | 0.84 | 0 | 0.79 | 0.58 | 124 | 0.73 | 0.24 |
| Hex | 11 | 6B | 17 | 54 | 0 | 4F | 3A | 7C | 49 | 18 |
| Octal | 21 | 153 | 27 | 124 | 0 | 117 | 72 | 174 | 111 | 30 |
| Binary | 10001 | 1101011 | 10111 | 1010100 | 0 | 1001111 | 111010 | 1111100 | 1001001 | 11000 |
Color Harmonies of #116B17
Complementary color
Monochromatic Colors of #116B17
Black with #116B17
Text Example
Text Example
White with #116B17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #116B17; }
p { color: rgb(17,107,23); }
H1.HeaderClassName
{
color: #116B17;
}
.AnyTagClassName
{
color: #116B17;
}
</style>
background-color css
<style>
a { background-color: #116B17; }
a { background-color: rgb(17,107,23); }
div.DivClassName
{
background-color: #116B17;
}
.BgClassName
{
background-color: #116B17;
}
</style>
border-color css
<style>
span { border-color: #116B17; }
span { border-color: rgb(17,107,23); }
td.TdClassName
{
border-color: #116B17;
}
.TagClassName
{
border-color: #116B17;
}
</style>