Shades of Green #106D0D
Tints of Green #106D0D
RGB
CMYK
RGB Variations
Color information
#106D0D (or 0x106D0D) is known color: Green. HEX triplet: 10, 6D and 0D. RGB value is (16,109,13). Sum of RGB (Red+Green+Blue) = 16+109+13=138 (18% of max value = 765). Red value is 16 (6.64% from 255 or 11.59% from 138); Green value is 109 (42.97% from 255 or 78.99% from 138); Blue value is 13 (5.47% from 255 or 9.42% from 138); Max value from RGB is 109 - color contains mainly: green. Hex color #106D0D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #106D0D is #EF92F2. Grayscale: #464646. Windows color (decimal): -15700723 or 879888. OLE color: 879888.
HSL color Cylindrical-coordinate representation of color #106D0D: hue angle of 118.12º degrees, saturation: 0.79, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #106D0D is Cyan = 0.85, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 16 | 109 | 13 | - |
| CMYK | 0.85 | 0 | 0.88 | 0.57 |
| HSL | 118.13º | 0.79% | 0.24% | - |
| HSV(B) | 118.13º | 0.88% | 0.43% | - |
| XYZ | 5.75 | 11.08 | 2.22 | - |
| YUV | 70.25 | 95.69 | 89.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 109 | 13 | 0.85 | 0 | 0.88 | 0.57 | 118.13 | 0.79 | 0.24 |
| Hex | 10 | 6D | D | 55 | 0 | 58 | 39 | 76 | 4F | 18 |
| Octal | 20 | 155 | 15 | 125 | 0 | 130 | 71 | 166 | 117 | 30 |
| Binary | 10000 | 1101101 | 1101 | 1010101 | 0 | 1011000 | 111001 | 1110110 | 1001111 | 11000 |
Color Harmonies of #106D0D
Complementary color
Monochromatic Colors of #106D0D
Black with #106D0D
Text Example
Text Example
White with #106D0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #106D0D; }
p { color: rgb(16,109,13); }
H1.HeaderClassName
{
color: #106D0D;
}
.AnyTagClassName
{
color: #106D0D;
}
</style>
background-color css
<style>
a { background-color: #106D0D; }
a { background-color: rgb(16,109,13); }
div.DivClassName
{
background-color: #106D0D;
}
.BgClassName
{
background-color: #106D0D;
}
</style>
border-color css
<style>
span { border-color: #106D0D; }
span { border-color: rgb(16,109,13); }
td.TdClassName
{
border-color: #106D0D;
}
.TagClassName
{
border-color: #106D0D;
}
</style>