Shades of Green #106713
Tints of Green #106713
RGB
CMYK
RGB Variations
Color information
#106713 (or 0x106713) is known color: Green. HEX triplet: 10, 67 and 13. RGB value is (16,103,19). Sum of RGB (Red+Green+Blue) = 16+103+19=138 (18% of max value = 765). Red value is 16 (6.64% from 255 or 11.59% from 138); Green value is 103 (40.62% from 255 or 74.64% from 138); Blue value is 19 (7.81% from 255 or 13.77% from 138); Max value from RGB is 103 - color contains mainly: green. Hex color #106713 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #106713 is #EF98EC. Grayscale: #434343. Windows color (decimal): -15702253 or 1271568. OLE color: 1271568.
HSL color Cylindrical-coordinate representation of color #106713: hue angle of 122.07º 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 #106713 is Cyan = 0.84, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 16 | 103 | 19 | - |
| CMYK | 0.84 | 0 | 0.82 | 0.60 |
| HSL | 122.07º | 0.73% | 0.23% | - |
| HSV(B) | 122.07º | 0.84% | 0.4% | - |
| XYZ | 5.18 | 9.86 | 2.25 | - |
| YUV | 67.41 | 100.68 | 91.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 103 | 19 | 0.84 | 0 | 0.82 | 0.60 | 122.07 | 0.73 | 0.23 |
| Hex | 10 | 67 | 13 | 54 | 0 | 52 | 3C | 7A | 49 | 17 |
| Octal | 20 | 147 | 23 | 124 | 0 | 122 | 74 | 172 | 111 | 27 |
| Binary | 10000 | 1100111 | 10011 | 1010100 | 0 | 1010010 | 111100 | 1111010 | 1001001 | 10111 |
Color Harmonies of #106713
Complementary color
Monochromatic Colors of #106713
Black with #106713
Text Example
Text Example
White with #106713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #106713; }
p { color: rgb(16,103,19); }
H1.HeaderClassName
{
color: #106713;
}
.AnyTagClassName
{
color: #106713;
}
</style>
background-color css
<style>
a { background-color: #106713; }
a { background-color: rgb(16,103,19); }
div.DivClassName
{
background-color: #106713;
}
.BgClassName
{
background-color: #106713;
}
</style>
border-color css
<style>
span { border-color: #106713; }
span { border-color: rgb(16,103,19); }
td.TdClassName
{
border-color: #106713;
}
.TagClassName
{
border-color: #106713;
}
</style>