Shades of Green #127705
Tints of Green #127705
RGB
CMYK
RGB Variations
Color information
#127705 (or 0x127705) is known color: Green. HEX triplet: 12, 77 and 05. RGB value is (18,119,5). Sum of RGB (Red+Green+Blue) = 18+119+5=142 (18% of max value = 765). Red value is 18 (7.42% from 255 or 12.68% from 142); Green value is 119 (46.88% from 255 or 83.80% from 142); Blue value is 5 (2.34% from 255 or 3.52% from 142); Max value from RGB is 119 - color contains mainly: green. Hex color #127705 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #127705 is #ED88FA. Grayscale: #4C4C4C. Windows color (decimal): -15567099 or 358162. OLE color: 358162.
HSL color Cylindrical-coordinate representation of color #127705: hue angle of 113.16º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #127705 is Cyan = 0.85, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 18 | 119 | 5 | - |
| CMYK | 0.85 | 0 | 0.96 | 0.53 |
| HSL | 113.16º | 0.92% | 0.24% | - |
| HSV(B) | 113.16º | 0.96% | 0.47% | - |
| XYZ | 6.87 | 13.33 | 2.35 | - |
| YUV | 75.81 | 88.04 | 86.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 119 | 5 | 0.85 | 0 | 0.96 | 0.53 | 113.16 | 0.92 | 0.24 |
| Hex | 12 | 77 | 5 | 55 | 0 | 60 | 35 | 71 | 5C | 18 |
| Octal | 22 | 167 | 5 | 125 | 0 | 140 | 65 | 161 | 134 | 30 |
| Binary | 10010 | 1110111 | 101 | 1010101 | 0 | 1100000 | 110101 | 1110001 | 1011100 | 11000 |
Color Harmonies of #127705
Complementary color
Monochromatic Colors of #127705
Black with #127705
Text Example
Text Example
White with #127705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #127705; }
p { color: rgb(18,119,5); }
H1.HeaderClassName
{
color: #127705;
}
.AnyTagClassName
{
color: #127705;
}
</style>
background-color css
<style>
a { background-color: #127705; }
a { background-color: rgb(18,119,5); }
div.DivClassName
{
background-color: #127705;
}
.BgClassName
{
background-color: #127705;
}
</style>
border-color css
<style>
span { border-color: #127705; }
span { border-color: rgb(18,119,5); }
td.TdClassName
{
border-color: #127705;
}
.TagClassName
{
border-color: #127705;
}
</style>