Shades of Forest Green #107D16
Tints of Forest Green #107D16
RGB
CMYK
RGB Variations
Color information
#107D16 (or 0x107D16) is known color: Forest Green. HEX triplet: 10, 7D and 16. RGB value is (16,125,22). Sum of RGB (Red+Green+Blue) = 16+125+22=163 (21% of max value = 765). Red value is 16 (6.64% from 255 or 9.82% from 163); Green value is 125 (49.22% from 255 or 76.69% from 163); Blue value is 22 (8.98% from 255 or 13.50% from 163); Max value from RGB is 125 - color contains mainly: green. Hex color #107D16 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #107D16 is #EF82E9. Grayscale: #505050. Windows color (decimal): -15696618 or 1473808. OLE color: 1473808.
HSL color Cylindrical-coordinate representation of color #107D16: hue angle of 123.3º 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 #107D16 is Cyan = 0.87, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 16 | 125 | 22 | - |
| CMYK | 0.87 | 0 | 0.82 | 0.51 |
| HSL | 123.3º | 0.77% | 0.28% | - |
| HSV(B) | 123.3º | 0.87% | 0.49% | - |
| XYZ | 7.69 | 14.84 | 3.22 | - |
| YUV | 80.67 | 94.89 | 81.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 125 | 22 | 0.87 | 0 | 0.82 | 0.51 | 123.3 | 0.77 | 0.28 |
| Hex | 10 | 7D | 16 | 57 | 0 | 52 | 33 | 7B | 4D | 1C |
| Octal | 20 | 175 | 26 | 127 | 0 | 122 | 63 | 173 | 115 | 34 |
| Binary | 10000 | 1111101 | 10110 | 1010111 | 0 | 1010010 | 110011 | 1111011 | 1001101 | 11100 |
Color Harmonies of #107D16
Complementary color
Monochromatic Colors of #107D16
Black with #107D16
Text Example
Text Example
White with #107D16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #107D16; }
p { color: rgb(16,125,22); }
H1.HeaderClassName
{
color: #107D16;
}
.AnyTagClassName
{
color: #107D16;
}
</style>
background-color css
<style>
a { background-color: #107D16; }
a { background-color: rgb(16,125,22); }
div.DivClassName
{
background-color: #107D16;
}
.BgClassName
{
background-color: #107D16;
}
</style>
border-color css
<style>
span { border-color: #107D16; }
span { border-color: rgb(16,125,22); }
td.TdClassName
{
border-color: #107D16;
}
.TagClassName
{
border-color: #107D16;
}
</style>