Shades of Green #106D06
Tints of Green #106D06
RGB
CMYK
RGB Variations
Color information
#106D06 (or 0x106D06) is known color: Green. HEX triplet: 10, 6D and 06. RGB value is (16,109,6). Sum of RGB (Red+Green+Blue) = 16+109+6=131 (17% of max value = 765). Red value is 16 (6.64% from 255 or 12.21% from 131); Green value is 109 (42.97% from 255 or 83.21% from 131); Blue value is 6 (2.73% from 255 or 4.58% from 131); Max value from RGB is 109 - color contains mainly: green. Hex color #106D06 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #106D06 is #EF92F9. Grayscale: #454545. Windows color (decimal): -15700730 or 421136. OLE color: 421136.
HSL color Cylindrical-coordinate representation of color #106D06: hue angle of 114.17º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #106D06 is Cyan = 0.85, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 16 | 109 | 6 | - |
| CMYK | 0.85 | 0 | 0.94 | 0.57 |
| HSL | 114.17º | 0.9% | 0.23% | - |
| HSV(B) | 114.17º | 0.94% | 0.43% | - |
| XYZ | 5.72 | 11.06 | 2.01 | - |
| YUV | 69.45 | 92.19 | 89.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 109 | 6 | 0.85 | 0 | 0.94 | 0.57 | 114.17 | 0.9 | 0.23 |
| Hex | 10 | 6D | 6 | 55 | 0 | 5E | 39 | 72 | 5A | 17 |
| Octal | 20 | 155 | 6 | 125 | 0 | 136 | 71 | 162 | 132 | 27 |
| Binary | 10000 | 1101101 | 110 | 1010101 | 0 | 1011110 | 111001 | 1110010 | 1011010 | 10111 |
Color Harmonies of #106D06
Complementary color
Monochromatic Colors of #106D06
Black with #106D06
Text Example
Text Example
White with #106D06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #106D06; }
p { color: rgb(16,109,6); }
H1.HeaderClassName
{
color: #106D06;
}
.AnyTagClassName
{
color: #106D06;
}
</style>
background-color css
<style>
a { background-color: #106D06; }
a { background-color: rgb(16,109,6); }
div.DivClassName
{
background-color: #106D06;
}
.BgClassName
{
background-color: #106D06;
}
</style>
border-color css
<style>
span { border-color: #106D06; }
span { border-color: rgb(16,109,6); }
td.TdClassName
{
border-color: #106D06;
}
.TagClassName
{
border-color: #106D06;
}
</style>