Shades of Forest Green #107918
Tints of Forest Green #107918
RGB
CMYK
RGB Variations
Color information
#107918 (or 0x107918) is known color: Forest Green. HEX triplet: 10, 79 and 18. RGB value is (16,121,24). Sum of RGB (Red+Green+Blue) = 16+121+24=161 (21% of max value = 765). Red value is 16 (6.64% from 255 or 9.94% from 161); Green value is 121 (47.66% from 255 or 75.16% from 161); Blue value is 24 (9.77% from 255 or 14.91% from 161); Max value from RGB is 121 - color contains mainly: green. Hex color #107918 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #107918 is #EF86E7. Grayscale: #4E4E4E. Windows color (decimal): -15697640 or 1603856. OLE color: 1603856.
HSL color Cylindrical-coordinate representation of color #107918: hue angle of 124.57º degrees, saturation: 0.77, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #107918 is Cyan = 0.87, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 16 | 121 | 24 | - |
| CMYK | 0.87 | 0 | 0.80 | 0.53 |
| HSL | 124.57º | 0.77% | 0.27% | - |
| HSV(B) | 124.57º | 0.87% | 0.47% | - |
| XYZ | 7.22 | 13.85 | 3.16 | - |
| YUV | 78.55 | 97.21 | 83.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 121 | 24 | 0.87 | 0 | 0.80 | 0.53 | 124.57 | 0.77 | 0.27 |
| Hex | 10 | 79 | 18 | 57 | 0 | 50 | 35 | 7D | 4D | 1B |
| Octal | 20 | 171 | 30 | 127 | 0 | 120 | 65 | 175 | 115 | 33 |
| Binary | 10000 | 1111001 | 11000 | 1010111 | 0 | 1010000 | 110101 | 1111101 | 1001101 | 11011 |
Color Harmonies of #107918
Complementary color
Monochromatic Colors of #107918
Black with #107918
Text Example
Text Example
White with #107918
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #107918; }
p { color: rgb(16,121,24); }
H1.HeaderClassName
{
color: #107918;
}
.AnyTagClassName
{
color: #107918;
}
</style>
background-color css
<style>
a { background-color: #107918; }
a { background-color: rgb(16,121,24); }
div.DivClassName
{
background-color: #107918;
}
.BgClassName
{
background-color: #107918;
}
</style>
border-color css
<style>
span { border-color: #107918; }
span { border-color: rgb(16,121,24); }
td.TdClassName
{
border-color: #107918;
}
.TagClassName
{
border-color: #107918;
}
</style>