Shades of Green #106C07
Tints of Green #106C07
RGB
CMYK
RGB Variations
Color information
#106C07 (or 0x106C07) is known color: Green. HEX triplet: 10, 6C and 07. RGB value is (16,108,7). Sum of RGB (Red+Green+Blue) = 16+108+7=131 (17% of max value = 765). Red value is 16 (6.64% from 255 or 12.21% from 131); Green value is 108 (42.58% from 255 or 82.44% from 131); Blue value is 7 (3.12% from 255 or 5.34% from 131); Max value from RGB is 108 - color contains mainly: green. Hex color #106C07 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #106C07 is #EF93F8. Grayscale: #454545. Windows color (decimal): -15700985 or 486416. OLE color: 486416.
HSL color Cylindrical-coordinate representation of color #106C07: hue angle of 114.65º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #106C07 is Cyan = 0.85, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 16 | 108 | 7 | - |
| CMYK | 0.85 | 0 | 0.94 | 0.58 |
| HSL | 114.65º | 0.88% | 0.23% | - |
| HSV(B) | 114.65º | 0.94% | 0.42% | - |
| XYZ | 5.61 | 10.85 | 2 | - |
| YUV | 68.98 | 93.02 | 90.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 108 | 7 | 0.85 | 0 | 0.94 | 0.58 | 114.65 | 0.88 | 0.23 |
| Hex | 10 | 6C | 7 | 55 | 0 | 5E | 3A | 73 | 58 | 17 |
| Octal | 20 | 154 | 7 | 125 | 0 | 136 | 72 | 163 | 130 | 27 |
| Binary | 10000 | 1101100 | 111 | 1010101 | 0 | 1011110 | 111010 | 1110011 | 1011000 | 10111 |
Color Harmonies of #106C07
Complementary color
Monochromatic Colors of #106C07
Black with #106C07
Text Example
Text Example
White with #106C07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #106C07; }
p { color: rgb(16,108,7); }
H1.HeaderClassName
{
color: #106C07;
}
.AnyTagClassName
{
color: #106C07;
}
</style>
background-color css
<style>
a { background-color: #106C07; }
a { background-color: rgb(16,108,7); }
div.DivClassName
{
background-color: #106C07;
}
.BgClassName
{
background-color: #106C07;
}
</style>
border-color css
<style>
span { border-color: #106C07; }
span { border-color: rgb(16,108,7); }
td.TdClassName
{
border-color: #106C07;
}
.TagClassName
{
border-color: #106C07;
}
</style>