Shades of Green #106D04
Tints of Green #106D04
RGB
CMYK
RGB Variations
Color information
#106D04 (or 0x106D04) is known color: Green. HEX triplet: 10, 6D and 04. RGB value is (16,109,4). Sum of RGB (Red+Green+Blue) = 16+109+4=129 (17% of max value = 765). Red value is 16 (6.64% from 255 or 12.40% from 129); Green value is 109 (42.97% from 255 or 84.50% from 129); Blue value is 4 (1.95% from 255 or 3.10% from 129); Max value from RGB is 109 - color contains mainly: green. Hex color #106D04 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #106D04 is #EF92FB. Grayscale: #454545. Windows color (decimal): -15700732 or 290064. OLE color: 290064.
HSL color Cylindrical-coordinate representation of color #106D04: hue angle of 113.14º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #106D04 is Cyan = 0.85, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 16 | 109 | 4 | - |
| CMYK | 0.85 | 0 | 0.96 | 0.57 |
| HSL | 113.14º | 0.93% | 0.22% | - |
| HSV(B) | 113.14º | 0.96% | 0.43% | - |
| XYZ | 5.7 | 11.06 | 1.95 | - |
| YUV | 69.22 | 91.19 | 90.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 109 | 4 | 0.85 | 0 | 0.96 | 0.57 | 113.14 | 0.93 | 0.22 |
| Hex | 10 | 6D | 4 | 55 | 0 | 60 | 39 | 71 | 5D | 16 |
| Octal | 20 | 155 | 4 | 125 | 0 | 140 | 71 | 161 | 135 | 26 |
| Binary | 10000 | 1101101 | 100 | 1010101 | 0 | 1100000 | 111001 | 1110001 | 1011101 | 10110 |
Color Harmonies of #106D04
Complementary color
Monochromatic Colors of #106D04
Black with #106D04
Text Example
Text Example
White with #106D04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #106D04; }
p { color: rgb(16,109,4); }
H1.HeaderClassName
{
color: #106D04;
}
.AnyTagClassName
{
color: #106D04;
}
</style>
background-color css
<style>
a { background-color: #106D04; }
a { background-color: rgb(16,109,4); }
div.DivClassName
{
background-color: #106D04;
}
.BgClassName
{
background-color: #106D04;
}
</style>
border-color css
<style>
span { border-color: #106D04; }
span { border-color: rgb(16,109,4); }
td.TdClassName
{
border-color: #106D04;
}
.TagClassName
{
border-color: #106D04;
}
</style>