Shades of Green #106607
Tints of Green #106607
RGB
CMYK
RGB Variations
Color information
#106607 (or 0x106607) is known color: Green. HEX triplet: 10, 66 and 07. RGB value is (16,102,7). Sum of RGB (Red+Green+Blue) = 16+102+7=125 (16% of max value = 765). Red value is 16 (6.64% from 255 or 12.8% from 125); Green value is 102 (40.23% from 255 or 81.6% from 125); Blue value is 7 (3.12% from 255 or 5.6% from 125); Max value from RGB is 102 - color contains mainly: green. Hex color #106607 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #106607 is #EF99F8. Grayscale: #414141. Windows color (decimal): -15702521 or 484880. OLE color: 484880.
HSL color Cylindrical-coordinate representation of color #106607: hue angle of 114.32º degrees, saturation: 0.87, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #106607 is Cyan = 0.84, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 16 | 102 | 7 | - |
| CMYK | 0.84 | 0 | 0.93 | 0.6 |
| HSL | 114.32º | 0.87% | 0.21% | - |
| HSV(B) | 114.32º | 0.93% | 0.4% | - |
| XYZ | 5 | 9.63 | 1.8 | - |
| YUV | 65.46 | 95.01 | 92.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 102 | 7 | 0.84 | 0 | 0.93 | 0.6 | 114.32 | 0.87 | 0.21 |
| Hex | 10 | 66 | 7 | 54 | 0 | 5D | 3C | 72 | 57 | 15 |
| Octal | 20 | 146 | 7 | 124 | 0 | 135 | 74 | 162 | 127 | 25 |
| Binary | 10000 | 1100110 | 111 | 1010100 | 0 | 1011101 | 111100 | 1110010 | 1010111 | 10101 |
Color Harmonies of #106607
Complementary color
Monochromatic Colors of #106607
Black with #106607
Text Example
Text Example
White with #106607
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #106607; }
p { color: rgb(16,102,7); }
H1.HeaderClassName
{
color: #106607;
}
.AnyTagClassName
{
color: #106607;
}
</style>
background-color css
<style>
a { background-color: #106607; }
a { background-color: rgb(16,102,7); }
div.DivClassName
{
background-color: #106607;
}
.BgClassName
{
background-color: #106607;
}
</style>
border-color css
<style>
span { border-color: #106607; }
span { border-color: rgb(16,102,7); }
td.TdClassName
{
border-color: #106607;
}
.TagClassName
{
border-color: #106607;
}
</style>