Shades of Green #127107
Tints of Green #127107
RGB
CMYK
RGB Variations
Color information
#127107 (or 0x127107) is known color: Green. HEX triplet: 12, 71 and 07. RGB value is (18,113,7). Sum of RGB (Red+Green+Blue) = 18+113+7=138 (18% of max value = 765). Red value is 18 (7.42% from 255 or 13.04% from 138); Green value is 113 (44.53% from 255 or 81.88% from 138); Blue value is 7 (3.12% from 255 or 5.07% from 138); Max value from RGB is 113 - color contains mainly: green. Hex color #127107 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #127107 is #ED8EF8. Grayscale: #484848. Windows color (decimal): -15568633 or 487698. OLE color: 487698.
HSL color Cylindrical-coordinate representation of color #127107: hue angle of 113.77º degrees, saturation: 0.88, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #127107 is Cyan = 0.84, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 18 | 113 | 7 | - |
| CMYK | 0.84 | 0 | 0.94 | 0.56 |
| HSL | 113.77º | 0.88% | 0.24% | - |
| HSV(B) | 113.77º | 0.94% | 0.44% | - |
| XYZ | 6.19 | 11.95 | 2.18 | - |
| YUV | 72.51 | 91.03 | 89.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 113 | 7 | 0.84 | 0 | 0.94 | 0.56 | 113.77 | 0.88 | 0.24 |
| Hex | 12 | 71 | 7 | 54 | 0 | 5E | 38 | 72 | 58 | 18 |
| Octal | 22 | 161 | 7 | 124 | 0 | 136 | 70 | 162 | 130 | 30 |
| Binary | 10010 | 1110001 | 111 | 1010100 | 0 | 1011110 | 111000 | 1110010 | 1011000 | 11000 |
Color Harmonies of #127107
Complementary color
Monochromatic Colors of #127107
Black with #127107
Text Example
Text Example
White with #127107
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #127107; }
p { color: rgb(18,113,7); }
H1.HeaderClassName
{
color: #127107;
}
.AnyTagClassName
{
color: #127107;
}
</style>
background-color css
<style>
a { background-color: #127107; }
a { background-color: rgb(18,113,7); }
div.DivClassName
{
background-color: #127107;
}
.BgClassName
{
background-color: #127107;
}
</style>
border-color css
<style>
span { border-color: #127107; }
span { border-color: rgb(18,113,7); }
td.TdClassName
{
border-color: #127107;
}
.TagClassName
{
border-color: #127107;
}
</style>