Shades of Green #116F12
Tints of Green #116F12
RGB
CMYK
RGB Variations
Color information
#116F12 (or 0x116F12) is known color: Green. HEX triplet: 11, 6F and 12. RGB value is (17,111,18). Sum of RGB (Red+Green+Blue) = 17+111+18=146 (19% of max value = 765). Red value is 17 (7.03% from 255 or 11.64% from 146); Green value is 111 (43.75% from 255 or 76.03% from 146); Blue value is 18 (7.42% from 255 or 12.33% from 146); Max value from RGB is 111 - color contains mainly: green. Hex color #116F12 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #116F12 is #EE90ED. Grayscale: #484848. Windows color (decimal): -15634670 or 1208081. OLE color: 1208081.
HSL color Cylindrical-coordinate representation of color #116F12: hue angle of 120.64º degrees, saturation: 0.73, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #116F12 is Cyan = 0.85, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 17 | 111 | 18 | - |
| CMYK | 0.85 | 0 | 0.84 | 0.56 |
| HSL | 120.64º | 0.73% | 0.25% | - |
| HSV(B) | 120.64º | 0.85% | 0.44% | - |
| XYZ | 6.02 | 11.53 | 2.48 | - |
| YUV | 72.29 | 97.36 | 88.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 111 | 18 | 0.85 | 0 | 0.84 | 0.56 | 120.64 | 0.73 | 0.25 |
| Hex | 11 | 6F | 12 | 55 | 0 | 54 | 38 | 79 | 49 | 19 |
| Octal | 21 | 157 | 22 | 125 | 0 | 124 | 70 | 171 | 111 | 31 |
| Binary | 10001 | 1101111 | 10010 | 1010101 | 0 | 1010100 | 111000 | 1111001 | 1001001 | 11001 |
Color Harmonies of #116F12
Complementary color
Monochromatic Colors of #116F12
Black with #116F12
Text Example
Text Example
White with #116F12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #116F12; }
p { color: rgb(17,111,18); }
H1.HeaderClassName
{
color: #116F12;
}
.AnyTagClassName
{
color: #116F12;
}
</style>
background-color css
<style>
a { background-color: #116F12; }
a { background-color: rgb(17,111,18); }
div.DivClassName
{
background-color: #116F12;
}
.BgClassName
{
background-color: #116F12;
}
</style>
border-color css
<style>
span { border-color: #116F12; }
span { border-color: rgb(17,111,18); }
td.TdClassName
{
border-color: #116F12;
}
.TagClassName
{
border-color: #116F12;
}
</style>