Shades of Green #127406
Tints of Green #127406
RGB
CMYK
RGB Variations
Color information
#127406 (or 0x127406) is known color: Green. HEX triplet: 12, 74 and 06. RGB value is (18,116,6). Sum of RGB (Red+Green+Blue) = 18+116+6=140 (18% of max value = 765). Red value is 18 (7.42% from 255 or 12.86% from 140); Green value is 116 (45.70% from 255 or 82.86% from 140); Blue value is 6 (2.73% from 255 or 4.29% from 140); Max value from RGB is 116 - color contains mainly: green. Hex color #127406 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #127406 is #ED8BF9. Grayscale: #4A4A4A. Windows color (decimal): -15567866 or 422930. OLE color: 422930.
HSL color Cylindrical-coordinate representation of color #127406: hue angle of 113.45º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #127406 is Cyan = 0.84, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 18 | 116 | 6 | - |
| CMYK | 0.84 | 0 | 0.95 | 0.55 |
| HSL | 113.45º | 0.9% | 0.24% | - |
| HSV(B) | 113.45º | 0.95% | 0.45% | - |
| XYZ | 6.53 | 12.63 | 2.27 | - |
| YUV | 74.16 | 89.53 | 87.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 116 | 6 | 0.84 | 0 | 0.95 | 0.55 | 113.45 | 0.9 | 0.24 |
| Hex | 12 | 74 | 6 | 54 | 0 | 5F | 37 | 71 | 5A | 18 |
| Octal | 22 | 164 | 6 | 124 | 0 | 137 | 67 | 161 | 132 | 30 |
| Binary | 10010 | 1110100 | 110 | 1010100 | 0 | 1011111 | 110111 | 1110001 | 1011010 | 11000 |
Color Harmonies of #127406
Complementary color
Monochromatic Colors of #127406
Black with #127406
Text Example
Text Example
White with #127406
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #127406; }
p { color: rgb(18,116,6); }
H1.HeaderClassName
{
color: #127406;
}
.AnyTagClassName
{
color: #127406;
}
</style>
background-color css
<style>
a { background-color: #127406; }
a { background-color: rgb(18,116,6); }
div.DivClassName
{
background-color: #127406;
}
.BgClassName
{
background-color: #127406;
}
</style>
border-color css
<style>
span { border-color: #127406; }
span { border-color: rgb(18,116,6); }
td.TdClassName
{
border-color: #127406;
}
.TagClassName
{
border-color: #127406;
}
</style>