Shades of Green #106A06
Tints of Green #106A06
RGB
CMYK
RGB Variations
Color information
#106A06 (or 0x106A06) is known color: Green. HEX triplet: 10, 6A and 06. RGB value is (16,106,6). Sum of RGB (Red+Green+Blue) = 16+106+6=128 (16% of max value = 765). Red value is 16 (6.64% from 255 or 12.5% from 128); Green value is 106 (41.80% from 255 or 82.81% from 128); Blue value is 6 (2.73% from 255 or 4.69% from 128); Max value from RGB is 106 - color contains mainly: green. Hex color #106A06 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #106A06 is #EF95F9. Grayscale: #444444. Windows color (decimal): -15701498 or 420368. OLE color: 420368.
HSL color Cylindrical-coordinate representation of color #106A06: hue angle of 114º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #106A06 is Cyan = 0.85, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 16 | 106 | 6 | - |
| CMYK | 0.85 | 0 | 0.94 | 0.58 |
| HSL | 114º | 0.89% | 0.22% | - |
| HSV(B) | 114º | 0.94% | 0.42% | - |
| XYZ | 5.4 | 10.43 | 1.9 | - |
| YUV | 67.69 | 93.18 | 91.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 106 | 6 | 0.85 | 0 | 0.94 | 0.58 | 114 | 0.89 | 0.22 |
| Hex | 10 | 6A | 6 | 55 | 0 | 5E | 3A | 72 | 59 | 16 |
| Octal | 20 | 152 | 6 | 125 | 0 | 136 | 72 | 162 | 131 | 26 |
| Binary | 10000 | 1101010 | 110 | 1010101 | 0 | 1011110 | 111010 | 1110010 | 1011001 | 10110 |
Color Harmonies of #106A06
Complementary color
Monochromatic Colors of #106A06
Black with #106A06
Text Example
Text Example
White with #106A06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #106A06; }
p { color: rgb(16,106,6); }
H1.HeaderClassName
{
color: #106A06;
}
.AnyTagClassName
{
color: #106A06;
}
</style>
background-color css
<style>
a { background-color: #106A06; }
a { background-color: rgb(16,106,6); }
div.DivClassName
{
background-color: #106A06;
}
.BgClassName
{
background-color: #106A06;
}
</style>
border-color css
<style>
span { border-color: #106A06; }
span { border-color: rgb(16,106,6); }
td.TdClassName
{
border-color: #106A06;
}
.TagClassName
{
border-color: #106A06;
}
</style>