Shades of Green #127709
Tints of Green #127709
RGB
CMYK
RGB Variations
Color information
#127709 (or 0x127709) is known color: Green. HEX triplet: 12, 77 and 09. RGB value is (18,119,9). Sum of RGB (Red+Green+Blue) = 18+119+9=146 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.33% from 146); Green value is 119 (46.88% from 255 or 81.51% from 146); Blue value is 9 (3.91% from 255 or 6.16% from 146); Max value from RGB is 119 - color contains mainly: green. Hex color #127709 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #127709 is #ED88F6. Grayscale: #4C4C4C. Windows color (decimal): -15567095 or 620306. OLE color: 620306.
HSL color Cylindrical-coordinate representation of color #127709: hue angle of 115.09º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #127709 is Cyan = 0.85, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 18 | 119 | 9 | - |
| CMYK | 0.85 | 0 | 0.92 | 0.53 |
| HSL | 115.09º | 0.86% | 0.25% | - |
| HSV(B) | 115.09º | 0.92% | 0.47% | - |
| XYZ | 6.9 | 13.34 | 2.47 | - |
| YUV | 76.26 | 90.04 | 86.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 119 | 9 | 0.85 | 0 | 0.92 | 0.53 | 115.09 | 0.86 | 0.25 |
| Hex | 12 | 77 | 9 | 55 | 0 | 5C | 35 | 73 | 56 | 19 |
| Octal | 22 | 167 | 11 | 125 | 0 | 134 | 65 | 163 | 126 | 31 |
| Binary | 10010 | 1110111 | 1001 | 1010101 | 0 | 1011100 | 110101 | 1110011 | 1010110 | 11001 |
Color Harmonies of #127709
Complementary color
Monochromatic Colors of #127709
Black with #127709
Text Example
Text Example
White with #127709
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #127709; }
p { color: rgb(18,119,9); }
H1.HeaderClassName
{
color: #127709;
}
.AnyTagClassName
{
color: #127709;
}
</style>
background-color css
<style>
a { background-color: #127709; }
a { background-color: rgb(18,119,9); }
div.DivClassName
{
background-color: #127709;
}
.BgClassName
{
background-color: #127709;
}
</style>
border-color css
<style>
span { border-color: #127709; }
span { border-color: rgb(18,119,9); }
td.TdClassName
{
border-color: #127709;
}
.TagClassName
{
border-color: #127709;
}
</style>