Shades of Forest Green #127A16
Tints of Forest Green #127A16
RGB
CMYK
RGB Variations
Color information
#127A16 (or 0x127A16) is known color: Forest Green. HEX triplet: 12, 7A and 16. RGB value is (18,122,22). Sum of RGB (Red+Green+Blue) = 18+122+22=162 (21% of max value = 765). Red value is 18 (7.42% from 255 or 11.11% from 162); Green value is 122 (48.05% from 255 or 75.31% from 162); Blue value is 22 (8.98% from 255 or 13.58% from 162); Max value from RGB is 122 - color contains mainly: green. Hex color #127A16 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #127A16 is #ED85E9. Grayscale: #4F4F4F. Windows color (decimal): -15566314 or 1473042. OLE color: 1473042.
HSL color Cylindrical-coordinate representation of color #127A16: hue angle of 122.31º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #127A16 is Cyan = 0.85, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 18 | 122 | 22 | - |
| CMYK | 0.85 | 0 | 0.82 | 0.52 |
| HSL | 122.31º | 0.74% | 0.27% | - |
| HSV(B) | 122.31º | 0.85% | 0.48% | - |
| XYZ | 7.35 | 14.11 | 3.09 | - |
| YUV | 79.5 | 95.54 | 84.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 122 | 22 | 0.85 | 0 | 0.82 | 0.52 | 122.31 | 0.74 | 0.27 |
| Hex | 12 | 7A | 16 | 55 | 0 | 52 | 34 | 7A | 4A | 1B |
| Octal | 22 | 172 | 26 | 125 | 0 | 122 | 64 | 172 | 112 | 33 |
| Binary | 10010 | 1111010 | 10110 | 1010101 | 0 | 1010010 | 110100 | 1111010 | 1001010 | 11011 |
Color Harmonies of #127A16
Complementary color
Monochromatic Colors of #127A16
Black with #127A16
Text Example
Text Example
White with #127A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #127A16; }
p { color: rgb(18,122,22); }
H1.HeaderClassName
{
color: #127A16;
}
.AnyTagClassName
{
color: #127A16;
}
</style>
background-color css
<style>
a { background-color: #127A16; }
a { background-color: rgb(18,122,22); }
div.DivClassName
{
background-color: #127A16;
}
.BgClassName
{
background-color: #127A16;
}
</style>
border-color css
<style>
span { border-color: #127A16; }
span { border-color: rgb(18,122,22); }
td.TdClassName
{
border-color: #127A16;
}
.TagClassName
{
border-color: #127A16;
}
</style>