Shades of Green #127809
Tints of Green #127809
RGB
CMYK
RGB Variations
Color information
#127809 (or 0x127809) is known color: Green. HEX triplet: 12, 78 and 09. RGB value is (18,120,9). Sum of RGB (Red+Green+Blue) = 18+120+9=147 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.24% from 147); Green value is 120 (47.27% from 255 or 81.63% from 147); Blue value is 9 (3.91% from 255 or 6.12% from 147); Max value from RGB is 120 - color contains mainly: green. Hex color #127809 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #127809 is #ED87F6. Grayscale: #4D4D4D. Windows color (decimal): -15566839 or 620562. OLE color: 620562.
HSL color Cylindrical-coordinate representation of color #127809: hue angle of 115.14º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #127809 is Cyan = 0.85, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 18 | 120 | 9 | - |
| CMYK | 0.85 | 0 | 0.92 | 0.53 |
| HSL | 115.14º | 0.86% | 0.25% | - |
| HSV(B) | 115.14º | 0.93% | 0.47% | - |
| XYZ | 7.02 | 13.58 | 2.51 | - |
| YUV | 76.85 | 89.71 | 86.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 120 | 9 | 0.85 | 0 | 0.92 | 0.53 | 115.14 | 0.86 | 0.25 |
| Hex | 12 | 78 | 9 | 55 | 0 | 5C | 35 | 73 | 56 | 19 |
| Octal | 22 | 170 | 11 | 125 | 0 | 134 | 65 | 163 | 126 | 31 |
| Binary | 10010 | 1111000 | 1001 | 1010101 | 0 | 1011100 | 110101 | 1110011 | 1010110 | 11001 |
Color Harmonies of #127809
Complementary color
Monochromatic Colors of #127809
Black with #127809
Text Example
Text Example
White with #127809
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #127809; }
p { color: rgb(18,120,9); }
H1.HeaderClassName
{
color: #127809;
}
.AnyTagClassName
{
color: #127809;
}
</style>
background-color css
<style>
a { background-color: #127809; }
a { background-color: rgb(18,120,9); }
div.DivClassName
{
background-color: #127809;
}
.BgClassName
{
background-color: #127809;
}
</style>
border-color css
<style>
span { border-color: #127809; }
span { border-color: rgb(18,120,9); }
td.TdClassName
{
border-color: #127809;
}
.TagClassName
{
border-color: #127809;
}
</style>