Shades of Green #106613
Tints of Green #106613
RGB
CMYK
RGB Variations
Color information
#106613 (or 0x106613) is known color: Green. HEX triplet: 10, 66 and 13. RGB value is (16,102,19). Sum of RGB (Red+Green+Blue) = 16+102+19=137 (18% of max value = 765). Red value is 16 (6.64% from 255 or 11.68% from 137); Green value is 102 (40.23% from 255 or 74.45% from 137); Blue value is 19 (7.81% from 255 or 13.87% from 137); Max value from RGB is 102 - color contains mainly: green. Hex color #106613 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #106613 is #EF99EC. Grayscale: #434343. Windows color (decimal): -15702509 or 1271312. OLE color: 1271312.
HSL color Cylindrical-coordinate representation of color #106613: hue angle of 122.09º degrees, saturation: 0.73, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #106613 is Cyan = 0.84, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 16 | 102 | 19 | - |
| CMYK | 0.84 | 0 | 0.81 | 0.6 |
| HSL | 122.09º | 0.73% | 0.23% | - |
| HSV(B) | 122.09º | 0.84% | 0.4% | - |
| XYZ | 5.08 | 9.66 | 2.21 | - |
| YUV | 66.82 | 101.01 | 91.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 102 | 19 | 0.84 | 0 | 0.81 | 0.6 | 122.09 | 0.73 | 0.23 |
| Hex | 10 | 66 | 13 | 54 | 0 | 51 | 3C | 7A | 49 | 17 |
| Octal | 20 | 146 | 23 | 124 | 0 | 121 | 74 | 172 | 111 | 27 |
| Binary | 10000 | 1100110 | 10011 | 1010100 | 0 | 1010001 | 111100 | 1111010 | 1001001 | 10111 |
Color Harmonies of #106613
Complementary color
Monochromatic Colors of #106613
Black with #106613
Text Example
Text Example
White with #106613
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #106613; }
p { color: rgb(16,102,19); }
H1.HeaderClassName
{
color: #106613;
}
.AnyTagClassName
{
color: #106613;
}
</style>
background-color css
<style>
a { background-color: #106613; }
a { background-color: rgb(16,102,19); }
div.DivClassName
{
background-color: #106613;
}
.BgClassName
{
background-color: #106613;
}
</style>
border-color css
<style>
span { border-color: #106613; }
span { border-color: rgb(16,102,19); }
td.TdClassName
{
border-color: #106613;
}
.TagClassName
{
border-color: #106613;
}
</style>