Shades of Green #127205
Tints of Green #127205
RGB
CMYK
RGB Variations
Color information
#127205 (or 0x127205) is known color: Green. HEX triplet: 12, 72 and 05. RGB value is (18,114,5). Sum of RGB (Red+Green+Blue) = 18+114+5=137 (18% of max value = 765). Red value is 18 (7.42% from 255 or 13.14% from 137); Green value is 114 (44.92% from 255 or 83.21% from 137); Blue value is 5 (2.34% from 255 or 3.65% from 137); Max value from RGB is 114 - color contains mainly: green. Hex color #127205 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #127205 is #ED8DFA. Grayscale: #494949. Windows color (decimal): -15568379 or 356882. OLE color: 356882.
HSL color Cylindrical-coordinate representation of color #127205: hue angle of 112.84º degrees, saturation: 0.92, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #127205 is Cyan = 0.84, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 18 | 114 | 5 | - |
| CMYK | 0.84 | 0 | 0.96 | 0.55 |
| HSL | 112.84º | 0.92% | 0.23% | - |
| HSV(B) | 112.84º | 0.96% | 0.45% | - |
| XYZ | 6.29 | 12.17 | 2.16 | - |
| YUV | 72.87 | 89.7 | 88.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 114 | 5 | 0.84 | 0 | 0.96 | 0.55 | 112.84 | 0.92 | 0.23 |
| Hex | 12 | 72 | 5 | 54 | 0 | 60 | 37 | 71 | 5C | 17 |
| Octal | 22 | 162 | 5 | 124 | 0 | 140 | 67 | 161 | 134 | 27 |
| Binary | 10010 | 1110010 | 101 | 1010100 | 0 | 1100000 | 110111 | 1110001 | 1011100 | 10111 |
Color Harmonies of #127205
Complementary color
Monochromatic Colors of #127205
Black with #127205
Text Example
Text Example
White with #127205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #127205; }
p { color: rgb(18,114,5); }
H1.HeaderClassName
{
color: #127205;
}
.AnyTagClassName
{
color: #127205;
}
</style>
background-color css
<style>
a { background-color: #127205; }
a { background-color: rgb(18,114,5); }
div.DivClassName
{
background-color: #127205;
}
.BgClassName
{
background-color: #127205;
}
</style>
border-color css
<style>
span { border-color: #127205; }
span { border-color: rgb(18,114,5); }
td.TdClassName
{
border-color: #127205;
}
.TagClassName
{
border-color: #127205;
}
</style>