Shades of Green #106F11
Tints of Green #106F11
RGB
CMYK
RGB Variations
Color information
#106F11 (or 0x106F11) is known color: Green. HEX triplet: 10, 6F and 11. RGB value is (16,111,17). Sum of RGB (Red+Green+Blue) = 16+111+17=144 (19% of max value = 765). Red value is 16 (6.64% from 255 or 11.11% from 144); Green value is 111 (43.75% from 255 or 77.08% from 144); Blue value is 17 (7.03% from 255 or 11.81% from 144); Max value from RGB is 111 - color contains mainly: green. Hex color #106F11 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #106F11 is #EF90EE. Grayscale: #484848. Windows color (decimal): -15700207 or 1142544. OLE color: 1142544.
HSL color Cylindrical-coordinate representation of color #106F11: hue angle of 120.63º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #106F11 is Cyan = 0.86, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 16 | 111 | 17 | - |
| CMYK | 0.86 | 0 | 0.85 | 0.56 |
| HSL | 120.63º | 0.75% | 0.25% | - |
| HSV(B) | 120.63º | 0.86% | 0.44% | - |
| XYZ | 6 | 11.52 | 2.44 | - |
| YUV | 71.88 | 97.03 | 88.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 111 | 17 | 0.86 | 0 | 0.85 | 0.56 | 120.63 | 0.75 | 0.25 |
| Hex | 10 | 6F | 11 | 56 | 0 | 55 | 38 | 79 | 4B | 19 |
| Octal | 20 | 157 | 21 | 126 | 0 | 125 | 70 | 171 | 113 | 31 |
| Binary | 10000 | 1101111 | 10001 | 1010110 | 0 | 1010101 | 111000 | 1111001 | 1001011 | 11001 |
Color Harmonies of #106F11
Complementary color
Monochromatic Colors of #106F11
Black with #106F11
Text Example
Text Example
White with #106F11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #106F11; }
p { color: rgb(16,111,17); }
H1.HeaderClassName
{
color: #106F11;
}
.AnyTagClassName
{
color: #106F11;
}
</style>
background-color css
<style>
a { background-color: #106F11; }
a { background-color: rgb(16,111,17); }
div.DivClassName
{
background-color: #106F11;
}
.BgClassName
{
background-color: #106F11;
}
</style>
border-color css
<style>
span { border-color: #106F11; }
span { border-color: rgb(16,111,17); }
td.TdClassName
{
border-color: #106F11;
}
.TagClassName
{
border-color: #106F11;
}
</style>