Shades of Green #107113
Tints of Green #107113
RGB
CMYK
RGB Variations
Color information
#107113 (or 0x107113) is known color: Green. HEX triplet: 10, 71 and 13. RGB value is (16,113,19). Sum of RGB (Red+Green+Blue) = 16+113+19=148 (19% of max value = 765). Red value is 16 (6.64% from 255 or 10.81% from 148); Green value is 113 (44.53% from 255 or 76.35% from 148); Blue value is 19 (7.81% from 255 or 12.84% from 148); Max value from RGB is 113 - color contains mainly: green. Hex color #107113 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #107113 is #EF8EEC. Grayscale: #494949. Windows color (decimal): -15699693 or 1274128. OLE color: 1274128.
HSL color Cylindrical-coordinate representation of color #107113: hue angle of 121.86º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #107113 is Cyan = 0.86, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 16 | 113 | 19 | - |
| CMYK | 0.86 | 0 | 0.83 | 0.56 |
| HSL | 121.86º | 0.75% | 0.25% | - |
| HSV(B) | 121.86º | 0.86% | 0.44% | - |
| XYZ | 6.24 | 11.97 | 2.6 | - |
| YUV | 73.28 | 97.36 | 87.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 113 | 19 | 0.86 | 0 | 0.83 | 0.56 | 121.86 | 0.75 | 0.25 |
| Hex | 10 | 71 | 13 | 56 | 0 | 53 | 38 | 7A | 4B | 19 |
| Octal | 20 | 161 | 23 | 126 | 0 | 123 | 70 | 172 | 113 | 31 |
| Binary | 10000 | 1110001 | 10011 | 1010110 | 0 | 1010011 | 111000 | 1111010 | 1001011 | 11001 |
Color Harmonies of #107113
Complementary color
Monochromatic Colors of #107113
Black with #107113
Text Example
Text Example
White with #107113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #107113; }
p { color: rgb(16,113,19); }
H1.HeaderClassName
{
color: #107113;
}
.AnyTagClassName
{
color: #107113;
}
</style>
background-color css
<style>
a { background-color: #107113; }
a { background-color: rgb(16,113,19); }
div.DivClassName
{
background-color: #107113;
}
.BgClassName
{
background-color: #107113;
}
</style>
border-color css
<style>
span { border-color: #107113; }
span { border-color: rgb(16,113,19); }
td.TdClassName
{
border-color: #107113;
}
.TagClassName
{
border-color: #107113;
}
</style>