Shades of Green #106B16
Tints of Green #106B16
RGB
CMYK
RGB Variations
Color information
#106B16 (or 0x106B16) is known color: Green. HEX triplet: 10, 6B and 16. RGB value is (16,107,22). Sum of RGB (Red+Green+Blue) = 16+107+22=145 (19% of max value = 765). Red value is 16 (6.64% from 255 or 11.03% from 145); Green value is 107 (42.19% from 255 or 73.79% from 145); Blue value is 22 (8.98% from 255 or 15.17% from 145); Max value from RGB is 107 - color contains mainly: green. Hex color #106B16 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #106B16 is #EF94E9. Grayscale: #464646. Windows color (decimal): -15701226 or 1469200. OLE color: 1469200.
HSL color Cylindrical-coordinate representation of color #106B16: hue angle of 123.96º degrees, saturation: 0.74, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #106B16 is Cyan = 0.85, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 16 | 107 | 22 | - |
| CMYK | 0.85 | 0 | 0.79 | 0.58 |
| HSL | 123.96º | 0.74% | 0.24% | - |
| HSV(B) | 123.96º | 0.85% | 0.42% | - |
| XYZ | 5.62 | 10.68 | 2.53 | - |
| YUV | 70.1 | 100.85 | 89.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 107 | 22 | 0.85 | 0 | 0.79 | 0.58 | 123.96 | 0.74 | 0.24 |
| Hex | 10 | 6B | 16 | 55 | 0 | 4F | 3A | 7C | 4A | 18 |
| Octal | 20 | 153 | 26 | 125 | 0 | 117 | 72 | 174 | 112 | 30 |
| Binary | 10000 | 1101011 | 10110 | 1010101 | 0 | 1001111 | 111010 | 1111100 | 1001010 | 11000 |
Color Harmonies of #106B16
Complementary color
Monochromatic Colors of #106B16
Black with #106B16
Text Example
Text Example
White with #106B16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #106B16; }
p { color: rgb(16,107,22); }
H1.HeaderClassName
{
color: #106B16;
}
.AnyTagClassName
{
color: #106B16;
}
</style>
background-color css
<style>
a { background-color: #106B16; }
a { background-color: rgb(16,107,22); }
div.DivClassName
{
background-color: #106B16;
}
.BgClassName
{
background-color: #106B16;
}
</style>
border-color css
<style>
span { border-color: #106B16; }
span { border-color: rgb(16,107,22); }
td.TdClassName
{
border-color: #106B16;
}
.TagClassName
{
border-color: #106B16;
}
</style>