Shades of Green #106D0A
Tints of Green #106D0A
RGB
CMYK
RGB Variations
Color information
#106D0A (or 0x106D0A) is known color: Green. HEX triplet: 10, 6D and 0A. RGB value is (16,109,10). Sum of RGB (Red+Green+Blue) = 16+109+10=135 (17% of max value = 765). Red value is 16 (6.64% from 255 or 11.85% from 135); Green value is 109 (42.97% from 255 or 80.74% from 135); Blue value is 10 (4.30% from 255 or 7.41% from 135); Max value from RGB is 109 - color contains mainly: green. Hex color #106D0A is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #106D0A is #EF92F5. Grayscale: #464646. Windows color (decimal): -15700726 or 683280. OLE color: 683280.
HSL color Cylindrical-coordinate representation of color #106D0A: hue angle of 116.36º degrees, saturation: 0.83, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #106D0A is Cyan = 0.85, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 16 | 109 | 10 | - |
| CMYK | 0.85 | 0 | 0.91 | 0.57 |
| HSL | 116.36º | 0.83% | 0.23% | - |
| HSV(B) | 116.36º | 0.91% | 0.43% | - |
| XYZ | 5.74 | 11.07 | 2.12 | - |
| YUV | 69.91 | 94.19 | 89.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 109 | 10 | 0.85 | 0 | 0.91 | 0.57 | 116.36 | 0.83 | 0.23 |
| Hex | 10 | 6D | A | 55 | 0 | 5B | 39 | 74 | 53 | 17 |
| Octal | 20 | 155 | 12 | 125 | 0 | 133 | 71 | 164 | 123 | 27 |
| Binary | 10000 | 1101101 | 1010 | 1010101 | 0 | 1011011 | 111001 | 1110100 | 1010011 | 10111 |
Color Harmonies of #106D0A
Complementary color
Monochromatic Colors of #106D0A
Black with #106D0A
Text Example
Text Example
White with #106D0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #106D0A; }
p { color: rgb(16,109,10); }
H1.HeaderClassName
{
color: #106D0A;
}
.AnyTagClassName
{
color: #106D0A;
}
</style>
background-color css
<style>
a { background-color: #106D0A; }
a { background-color: rgb(16,109,10); }
div.DivClassName
{
background-color: #106D0A;
}
.BgClassName
{
background-color: #106D0A;
}
</style>
border-color css
<style>
span { border-color: #106D0A; }
span { border-color: rgb(16,109,10); }
td.TdClassName
{
border-color: #106D0A;
}
.TagClassName
{
border-color: #106D0A;
}
</style>