Shades of Green #106816
Tints of Green #106816
RGB
CMYK
RGB Variations
Color information
#106816 (or 0x106816) is known color: Green. HEX triplet: 10, 68 and 16. RGB value is (16,104,22). Sum of RGB (Red+Green+Blue) = 16+104+22=142 (18% of max value = 765). Red value is 16 (6.64% from 255 or 11.27% from 142); Green value is 104 (41.02% from 255 or 73.24% from 142); Blue value is 22 (8.98% from 255 or 15.49% from 142); Max value from RGB is 104 - color contains mainly: green. Hex color #106816 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #106816 is #EF97E9. Grayscale: #444444. Windows color (decimal): -15701994 or 1468432. OLE color: 1468432.
HSL color Cylindrical-coordinate representation of color #106816: hue angle of 124.09º degrees, saturation: 0.73, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #106816 is Cyan = 0.85, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 16 | 104 | 22 | - |
| CMYK | 0.85 | 0 | 0.79 | 0.59 |
| HSL | 124.09º | 0.73% | 0.24% | - |
| HSV(B) | 124.09º | 0.85% | 0.41% | - |
| XYZ | 5.31 | 10.07 | 2.42 | - |
| YUV | 68.34 | 101.85 | 90.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 104 | 22 | 0.85 | 0 | 0.79 | 0.59 | 124.09 | 0.73 | 0.24 |
| Hex | 10 | 68 | 16 | 55 | 0 | 4F | 3B | 7C | 49 | 18 |
| Octal | 20 | 150 | 26 | 125 | 0 | 117 | 73 | 174 | 111 | 30 |
| Binary | 10000 | 1101000 | 10110 | 1010101 | 0 | 1001111 | 111011 | 1111100 | 1001001 | 11000 |
Color Harmonies of #106816
Complementary color
Monochromatic Colors of #106816
Black with #106816
Text Example
Text Example
White with #106816
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #106816; }
p { color: rgb(16,104,22); }
H1.HeaderClassName
{
color: #106816;
}
.AnyTagClassName
{
color: #106816;
}
</style>
background-color css
<style>
a { background-color: #106816; }
a { background-color: rgb(16,104,22); }
div.DivClassName
{
background-color: #106816;
}
.BgClassName
{
background-color: #106816;
}
</style>
border-color css
<style>
span { border-color: #106816; }
span { border-color: rgb(16,104,22); }
td.TdClassName
{
border-color: #106816;
}
.TagClassName
{
border-color: #106816;
}
</style>