Shades of Forest Green #107D15
Tints of Forest Green #107D15
RGB
CMYK
RGB Variations
Color information
#107D15 (or 0x107D15) is known color: Forest Green. HEX triplet: 10, 7D and 15. RGB value is (16,125,21). Sum of RGB (Red+Green+Blue) = 16+125+21=162 (21% of max value = 765). Red value is 16 (6.64% from 255 or 9.88% from 162); Green value is 125 (49.22% from 255 or 77.16% from 162); Blue value is 21 (8.59% from 255 or 12.96% from 162); Max value from RGB is 125 - color contains mainly: green. Hex color #107D15 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #107D15 is #EF82EA. Grayscale: #505050. Windows color (decimal): -15696619 or 1408272. OLE color: 1408272.
HSL color Cylindrical-coordinate representation of color #107D15: hue angle of 122.75º 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 #107D15 is Cyan = 0.87, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 16 | 125 | 21 | - |
| CMYK | 0.87 | 0 | 0.83 | 0.51 |
| HSL | 122.75º | 0.77% | 0.28% | - |
| HSV(B) | 122.75º | 0.87% | 0.49% | - |
| XYZ | 7.68 | 14.83 | 3.17 | - |
| YUV | 80.55 | 94.39 | 81.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 125 | 21 | 0.87 | 0 | 0.83 | 0.51 | 122.75 | 0.77 | 0.28 |
| Hex | 10 | 7D | 15 | 57 | 0 | 53 | 33 | 7B | 4D | 1C |
| Octal | 20 | 175 | 25 | 127 | 0 | 123 | 63 | 173 | 115 | 34 |
| Binary | 10000 | 1111101 | 10101 | 1010111 | 0 | 1010011 | 110011 | 1111011 | 1001101 | 11100 |
Color Harmonies of #107D15
Complementary color
Monochromatic Colors of #107D15
Black with #107D15
Text Example
Text Example
White with #107D15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #107D15; }
p { color: rgb(16,125,21); }
H1.HeaderClassName
{
color: #107D15;
}
.AnyTagClassName
{
color: #107D15;
}
</style>
background-color css
<style>
a { background-color: #107D15; }
a { background-color: rgb(16,125,21); }
div.DivClassName
{
background-color: #107D15;
}
.BgClassName
{
background-color: #107D15;
}
</style>
border-color css
<style>
span { border-color: #107D15; }
span { border-color: rgb(16,125,21); }
td.TdClassName
{
border-color: #107D15;
}
.TagClassName
{
border-color: #107D15;
}
</style>