Shades of Green #106103
Tints of Green #106103
RGB
CMYK
RGB Variations
Color information
#106103 (or 0x106103) is known color: Green. HEX triplet: 10, 61 and 03. RGB value is (16,97,3). Sum of RGB (Red+Green+Blue) = 16+97+3=116 (15% of max value = 765). Red value is 16 (6.64% from 255 or 13.79% from 116); Green value is 97 (38.28% from 255 or 83.62% from 116); Blue value is 3 (1.56% from 255 or 2.59% from 116); Max value from RGB is 97 - color contains mainly: green. Hex color #106103 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #106103 is #EF9EFC. Grayscale: #3E3E3E. Windows color (decimal): -15703805 or 221456. OLE color: 221456.
HSL color Cylindrical-coordinate representation of color #106103: hue angle of 111.7º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #106103 is Cyan = 0.84, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 16 | 97 | 3 | - |
| CMYK | 0.84 | 0 | 0.97 | 0.62 |
| HSL | 111.7º | 0.94% | 0.2% | - |
| HSV(B) | 111.7º | 0.97% | 0.38% | - |
| XYZ | 4.5 | 8.67 | 1.52 | - |
| YUV | 62.07 | 94.66 | 95.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 97 | 3 | 0.84 | 0 | 0.97 | 0.62 | 111.7 | 0.94 | 0.2 |
| Hex | 10 | 61 | 3 | 54 | 0 | 61 | 3E | 70 | 5E | 14 |
| Octal | 20 | 141 | 3 | 124 | 0 | 141 | 76 | 160 | 136 | 24 |
| Binary | 10000 | 1100001 | 11 | 1010100 | 0 | 1100001 | 111110 | 1110000 | 1011110 | 10100 |
Color Harmonies of #106103
Complementary color
Monochromatic Colors of #106103
Black with #106103
Text Example
Text Example
White with #106103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #106103; }
p { color: rgb(16,97,3); }
H1.HeaderClassName
{
color: #106103;
}
.AnyTagClassName
{
color: #106103;
}
</style>
background-color css
<style>
a { background-color: #106103; }
a { background-color: rgb(16,97,3); }
div.DivClassName
{
background-color: #106103;
}
.BgClassName
{
background-color: #106103;
}
</style>
border-color css
<style>
span { border-color: #106103; }
span { border-color: rgb(16,97,3); }
td.TdClassName
{
border-color: #106103;
}
.TagClassName
{
border-color: #106103;
}
</style>