Shades of Green #127100
Tints of Green #127100
RGB
CMYK
RGB Variations
Color information
#127100 (or 0x127100) is known color: Green. HEX triplet: 12, 71 and 00. RGB value is (18,113,0). Sum of RGB (Red+Green+Blue) = 18+113+0=131 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.74% from 131); Green value is 113 (44.53% from 255 or 86.26% from 131); Blue value is 0 (0.39% from 255 or 0% from 131); Max value from RGB is 113 - color contains mainly: green. Hex color #127100 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #127100 is #ED8EFF. Grayscale: #484848. Windows color (decimal): -15568640 or 28946. OLE color: 28946.
HSL color Cylindrical-coordinate representation of color #127100: hue angle of 110.44º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #127100 is Cyan = 0.84, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 18 | 113 | 0 | - |
| CMYK | 0.84 | 0 | 1 | 0.56 |
| HSL | 110.44º | 1% | 0.22% | - |
| HSV(B) | 110.44º | 1% | 0.44% | - |
| XYZ | 6.15 | 11.94 | 1.98 | - |
| YUV | 71.71 | 87.53 | 89.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 113 | 0 | 0.84 | 0 | 1 | 0.56 | 110.44 | 1 | 0.22 |
| Hex | 12 | 71 | 0 | 54 | 0 | 64 | 38 | 6E | 64 | 16 |
| Octal | 22 | 161 | 0 | 124 | 0 | 144 | 70 | 156 | 144 | 26 |
| Binary | 10010 | 1110001 | 0 | 1010100 | 0 | 1100100 | 111000 | 1101110 | 1100100 | 10110 |
Color Harmonies of #127100
Complementary color
Monochromatic Colors of #127100
Black with #127100
Text Example
Text Example
White with #127100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #127100; }
p { color: rgb(18,113,0); }
H1.HeaderClassName
{
color: #127100;
}
.AnyTagClassName
{
color: #127100;
}
</style>
background-color css
<style>
a { background-color: #127100; }
a { background-color: rgb(18,113,0); }
div.DivClassName
{
background-color: #127100;
}
.BgClassName
{
background-color: #127100;
}
</style>
border-color css
<style>
span { border-color: #127100; }
span { border-color: rgb(18,113,0); }
td.TdClassName
{
border-color: #127100;
}
.TagClassName
{
border-color: #127100;
}
</style>