Shades of Green #127D07
Tints of Green #127D07
RGB
CMYK
RGB Variations
Color information
#127D07 (or 0x127D07) is known color: Green. HEX triplet: 12, 7D and 07. RGB value is (18,125,7). Sum of RGB (Red+Green+Blue) = 18+125+7=150 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12% from 150); Green value is 125 (49.22% from 255 or 83.33% from 150); Blue value is 7 (3.12% from 255 or 4.67% from 150); Max value from RGB is 125 - color contains mainly: green. Hex color #127D07 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #127D07 is #ED82F8. Grayscale: #4F4F4F. Windows color (decimal): -15565561 or 490770. OLE color: 490770.
HSL color Cylindrical-coordinate representation of color #127D07: hue angle of 114.41º degrees, saturation: 0.89, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #127D07 is Cyan = 0.86, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 18 | 125 | 7 | - |
| CMYK | 0.86 | 0 | 0.94 | 0.51 |
| HSL | 114.41º | 0.89% | 0.26% | - |
| HSV(B) | 114.41º | 0.94% | 0.49% | - |
| XYZ | 7.62 | 14.81 | 2.66 | - |
| YUV | 79.56 | 87.05 | 84.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 125 | 7 | 0.86 | 0 | 0.94 | 0.51 | 114.41 | 0.89 | 0.26 |
| Hex | 12 | 7D | 7 | 56 | 0 | 5E | 33 | 72 | 59 | 1A |
| Octal | 22 | 175 | 7 | 126 | 0 | 136 | 63 | 162 | 131 | 32 |
| Binary | 10010 | 1111101 | 111 | 1010110 | 0 | 1011110 | 110011 | 1110010 | 1011001 | 11010 |
Color Harmonies of #127D07
Complementary color
Monochromatic Colors of #127D07
Black with #127D07
Text Example
Text Example
White with #127D07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #127D07; }
p { color: rgb(18,125,7); }
H1.HeaderClassName
{
color: #127D07;
}
.AnyTagClassName
{
color: #127D07;
}
</style>
background-color css
<style>
a { background-color: #127D07; }
a { background-color: rgb(18,125,7); }
div.DivClassName
{
background-color: #127D07;
}
.BgClassName
{
background-color: #127D07;
}
</style>
border-color css
<style>
span { border-color: #127D07; }
span { border-color: rgb(18,125,7); }
td.TdClassName
{
border-color: #127D07;
}
.TagClassName
{
border-color: #127D07;
}
</style>