Shades of Green #106D16
Tints of Green #106D16
RGB
CMYK
RGB Variations
Color information
#106D16 (or 0x106D16) is known color: Green. HEX triplet: 10, 6D and 16. RGB value is (16,109,22). Sum of RGB (Red+Green+Blue) = 16+109+22=147 (19% of max value = 765). Red value is 16 (6.64% from 255 or 10.88% from 147); Green value is 109 (42.97% from 255 or 74.15% from 147); Blue value is 22 (8.98% from 255 or 14.97% from 147); Max value from RGB is 109 - color contains mainly: green. Hex color #106D16 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #106D16 is #EF92E9. Grayscale: #474747. Windows color (decimal): -15700714 or 1469712. OLE color: 1469712.
HSL color Cylindrical-coordinate representation of color #106D16: hue angle of 123.87º degrees, saturation: 0.74, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #106D16 is Cyan = 0.85, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 16 | 109 | 22 | - |
| CMYK | 0.85 | 0 | 0.80 | 0.57 |
| HSL | 123.87º | 0.74% | 0.25% | - |
| HSV(B) | 123.87º | 0.85% | 0.43% | - |
| XYZ | 5.83 | 11.11 | 2.6 | - |
| YUV | 71.28 | 100.19 | 88.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 109 | 22 | 0.85 | 0 | 0.80 | 0.57 | 123.87 | 0.74 | 0.25 |
| Hex | 10 | 6D | 16 | 55 | 0 | 50 | 39 | 7C | 4A | 19 |
| Octal | 20 | 155 | 26 | 125 | 0 | 120 | 71 | 174 | 112 | 31 |
| Binary | 10000 | 1101101 | 10110 | 1010101 | 0 | 1010000 | 111001 | 1111100 | 1001010 | 11001 |
Color Harmonies of #106D16
Complementary color
Monochromatic Colors of #106D16
Black with #106D16
Text Example
Text Example
White with #106D16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #106D16; }
p { color: rgb(16,109,22); }
H1.HeaderClassName
{
color: #106D16;
}
.AnyTagClassName
{
color: #106D16;
}
</style>
background-color css
<style>
a { background-color: #106D16; }
a { background-color: rgb(16,109,22); }
div.DivClassName
{
background-color: #106D16;
}
.BgClassName
{
background-color: #106D16;
}
</style>
border-color css
<style>
span { border-color: #106D16; }
span { border-color: rgb(16,109,22); }
td.TdClassName
{
border-color: #106D16;
}
.TagClassName
{
border-color: #106D16;
}
</style>