Shades of Green #116B07
Tints of Green #116B07
RGB
CMYK
RGB Variations
Color information
#116B07 (or 0x116B07) is known color: Green. HEX triplet: 11, 6B and 07. RGB value is (17,107,7). Sum of RGB (Red+Green+Blue) = 17+107+7=131 (17% of max value = 765). Red value is 17 (7.03% from 255 or 12.98% from 131); Green value is 107 (42.19% from 255 or 81.68% from 131); Blue value is 7 (3.12% from 255 or 5.34% from 131); Max value from RGB is 107 - color contains mainly: green. Hex color #116B07 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #116B07 is #EE94F8. Grayscale: #444444. Windows color (decimal): -15635705 or 486161. OLE color: 486161.
HSL color Cylindrical-coordinate representation of color #116B07: hue angle of 114º degrees, saturation: 0.88, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #116B07 is Cyan = 0.84, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 17 | 107 | 7 | - |
| CMYK | 0.84 | 0 | 0.93 | 0.58 |
| HSL | 114º | 0.88% | 0.22% | - |
| HSV(B) | 114º | 0.93% | 0.42% | - |
| XYZ | 5.53 | 10.65 | 1.97 | - |
| YUV | 68.69 | 93.18 | 91.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 107 | 7 | 0.84 | 0 | 0.93 | 0.58 | 114 | 0.88 | 0.22 |
| Hex | 11 | 6B | 7 | 54 | 0 | 5D | 3A | 72 | 58 | 16 |
| Octal | 21 | 153 | 7 | 124 | 0 | 135 | 72 | 162 | 130 | 26 |
| Binary | 10001 | 1101011 | 111 | 1010100 | 0 | 1011101 | 111010 | 1110010 | 1011000 | 10110 |
Color Harmonies of #116B07
Complementary color
Monochromatic Colors of #116B07
Black with #116B07
Text Example
Text Example
White with #116B07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #116B07; }
p { color: rgb(17,107,7); }
H1.HeaderClassName
{
color: #116B07;
}
.AnyTagClassName
{
color: #116B07;
}
</style>
background-color css
<style>
a { background-color: #116B07; }
a { background-color: rgb(17,107,7); }
div.DivClassName
{
background-color: #116B07;
}
.BgClassName
{
background-color: #116B07;
}
</style>
border-color css
<style>
span { border-color: #116B07; }
span { border-color: rgb(17,107,7); }
td.TdClassName
{
border-color: #116B07;
}
.TagClassName
{
border-color: #116B07;
}
</style>