Shades of Green #127712
Tints of Green #127712
RGB
CMYK
RGB Variations
Color information
#127712 (or 0x127712) is known color: Green. HEX triplet: 12, 77 and 12. RGB value is (18,119,18). Sum of RGB (Red+Green+Blue) = 18+119+18=155 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.61% from 155); Green value is 119 (46.88% from 255 or 76.77% from 155); Blue value is 18 (7.42% from 255 or 11.61% from 155); Max value from RGB is 119 - color contains mainly: green. Hex color #127712 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #127712 is #ED88ED. Grayscale: #4D4D4D. Windows color (decimal): -15567086 or 1210130. OLE color: 1210130.
HSL color Cylindrical-coordinate representation of color #127712: hue angle of 120º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #127712 is Cyan = 0.85, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 18 | 119 | 18 | - |
| CMYK | 0.85 | 0 | 0.85 | 0.53 |
| HSL | 120º | 0.74% | 0.27% | - |
| HSV(B) | 120º | 0.85% | 0.47% | - |
| XYZ | 6.96 | 13.37 | 2.79 | - |
| YUV | 77.29 | 94.54 | 85.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 119 | 18 | 0.85 | 0 | 0.85 | 0.53 | 120 | 0.74 | 0.27 |
| Hex | 12 | 77 | 12 | 55 | 0 | 55 | 35 | 78 | 4A | 1B |
| Octal | 22 | 167 | 22 | 125 | 0 | 125 | 65 | 170 | 112 | 33 |
| Binary | 10010 | 1110111 | 10010 | 1010101 | 0 | 1010101 | 110101 | 1111000 | 1001010 | 11011 |
Color Harmonies of #127712
Complementary color
Monochromatic Colors of #127712
Black with #127712
Text Example
Text Example
White with #127712
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #127712; }
p { color: rgb(18,119,18); }
H1.HeaderClassName
{
color: #127712;
}
.AnyTagClassName
{
color: #127712;
}
</style>
background-color css
<style>
a { background-color: #127712; }
a { background-color: rgb(18,119,18); }
div.DivClassName
{
background-color: #127712;
}
.BgClassName
{
background-color: #127712;
}
</style>
border-color css
<style>
span { border-color: #127712; }
span { border-color: rgb(18,119,18); }
td.TdClassName
{
border-color: #127712;
}
.TagClassName
{
border-color: #127712;
}
</style>