Shades of Green #107D13
Tints of Green #107D13
RGB
CMYK
RGB Variations
Color information
#107D13 (or 0x107D13) is known color: Green. HEX triplet: 10, 7D and 13. RGB value is (16,125,19). Sum of RGB (Red+Green+Blue) = 16+125+19=160 (21% of max value = 765). Red value is 16 (6.64% from 255 or 10% from 160); Green value is 125 (49.22% from 255 or 78.12% from 160); Blue value is 19 (7.81% from 255 or 11.88% from 160); Max value from RGB is 125 - color contains mainly: green. Hex color #107D13 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #107D13 is #EF82EC. Grayscale: #505050. Windows color (decimal): -15696621 or 1277200. OLE color: 1277200.
HSL color Cylindrical-coordinate representation of color #107D13: hue angle of 121.65º degrees, saturation: 0.77, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #107D13 is Cyan = 0.87, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 16 | 125 | 19 | - |
| CMYK | 0.87 | 0 | 0.85 | 0.51 |
| HSL | 121.65º | 0.77% | 0.28% | - |
| HSV(B) | 121.65º | 0.87% | 0.49% | - |
| XYZ | 7.66 | 14.82 | 3.07 | - |
| YUV | 80.33 | 93.39 | 82.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 125 | 19 | 0.87 | 0 | 0.85 | 0.51 | 121.65 | 0.77 | 0.28 |
| Hex | 10 | 7D | 13 | 57 | 0 | 55 | 33 | 7A | 4D | 1C |
| Octal | 20 | 175 | 23 | 127 | 0 | 125 | 63 | 172 | 115 | 34 |
| Binary | 10000 | 1111101 | 10011 | 1010111 | 0 | 1010101 | 110011 | 1111010 | 1001101 | 11100 |
Color Harmonies of #107D13
Complementary color
Monochromatic Colors of #107D13
Black with #107D13
Text Example
Text Example
White with #107D13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #107D13; }
p { color: rgb(16,125,19); }
H1.HeaderClassName
{
color: #107D13;
}
.AnyTagClassName
{
color: #107D13;
}
</style>
background-color css
<style>
a { background-color: #107D13; }
a { background-color: rgb(16,125,19); }
div.DivClassName
{
background-color: #107D13;
}
.BgClassName
{
background-color: #107D13;
}
</style>
border-color css
<style>
span { border-color: #107D13; }
span { border-color: rgb(16,125,19); }
td.TdClassName
{
border-color: #107D13;
}
.TagClassName
{
border-color: #107D13;
}
</style>