Shades of Forest Green #107C25
Tints of Forest Green #107C25
RGB
CMYK
RGB Variations
Color information
#107C25 (or 0x107C25) is known color: Forest Green. HEX triplet: 10, 7C and 25. RGB value is (16,124,37). Sum of RGB (Red+Green+Blue) = 16+124+37=177 (23% of max value = 765). Red value is 16 (6.64% from 255 or 9.04% from 177); Green value is 124 (48.83% from 255 or 70.06% from 177); Blue value is 37 (14.84% from 255 or 20.90% from 177); Max value from RGB is 124 - color contains mainly: green. Hex color #107C25 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #107C25 is #EF83DA. Grayscale: #525252. Windows color (decimal): -15696859 or 2456592. OLE color: 2456592.
HSL color Cylindrical-coordinate representation of color #107C25: hue angle of 131.67º degrees, saturation: 0.77, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #107C25 is Cyan = 0.87, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 16 | 124 | 37 | - |
| CMYK | 0.87 | 0 | 0.70 | 0.51 |
| HSL | 131.67º | 0.77% | 0.27% | - |
| HSV(B) | 131.67º | 0.87% | 0.49% | - |
| XYZ | 7.76 | 14.66 | 4.17 | - |
| YUV | 81.79 | 102.72 | 81.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 124 | 37 | 0.87 | 0 | 0.70 | 0.51 | 131.67 | 0.77 | 0.27 |
| Hex | 10 | 7C | 25 | 57 | 0 | 46 | 33 | 84 | 4D | 1B |
| Octal | 20 | 174 | 45 | 127 | 0 | 106 | 63 | 204 | 115 | 33 |
| Binary | 10000 | 1111100 | 100101 | 1010111 | 0 | 1000110 | 110011 | 10000100 | 1001101 | 11011 |
Color Harmonies of #107C25
Complementary color
Monochromatic Colors of #107C25
Black with #107C25
Text Example
Text Example
White with #107C25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #107C25; }
p { color: rgb(16,124,37); }
H1.HeaderClassName
{
color: #107C25;
}
.AnyTagClassName
{
color: #107C25;
}
</style>
background-color css
<style>
a { background-color: #107C25; }
a { background-color: rgb(16,124,37); }
div.DivClassName
{
background-color: #107C25;
}
.BgClassName
{
background-color: #107C25;
}
</style>
border-color css
<style>
span { border-color: #107C25; }
span { border-color: rgb(16,124,37); }
td.TdClassName
{
border-color: #107C25;
}
.TagClassName
{
border-color: #107C25;
}
</style>