Shades of Green #127010
Tints of Green #127010
RGB
CMYK
RGB Variations
Color information
#127010 (or 0x127010) is known color: Green. HEX triplet: 12, 70 and 10. RGB value is (18,112,16). Sum of RGB (Red+Green+Blue) = 18+112+16=146 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.33% from 146); Green value is 112 (44.14% from 255 or 76.71% from 146); Blue value is 16 (6.64% from 255 or 10.96% from 146); Max value from RGB is 112 - color contains mainly: green. Hex color #127010 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #127010 is #ED8FEF. Grayscale: #494949. Windows color (decimal): -15568880 or 1077266. OLE color: 1077266.
HSL color Cylindrical-coordinate representation of color #127010: hue angle of 118.75º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #127010 is Cyan = 0.84, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 18 | 112 | 16 | - |
| CMYK | 0.84 | 0 | 0.86 | 0.56 |
| HSL | 118.75º | 0.75% | 0.25% | - |
| HSV(B) | 118.75º | 0.86% | 0.44% | - |
| XYZ | 6.14 | 11.75 | 2.44 | - |
| YUV | 72.95 | 95.86 | 88.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 112 | 16 | 0.84 | 0 | 0.86 | 0.56 | 118.75 | 0.75 | 0.25 |
| Hex | 12 | 70 | 10 | 54 | 0 | 56 | 38 | 77 | 4B | 19 |
| Octal | 22 | 160 | 20 | 124 | 0 | 126 | 70 | 167 | 113 | 31 |
| Binary | 10010 | 1110000 | 10000 | 1010100 | 0 | 1010110 | 111000 | 1110111 | 1001011 | 11001 |
Color Harmonies of #127010
Complementary color
Monochromatic Colors of #127010
Black with #127010
Text Example
Text Example
White with #127010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #127010; }
p { color: rgb(18,112,16); }
H1.HeaderClassName
{
color: #127010;
}
.AnyTagClassName
{
color: #127010;
}
</style>
background-color css
<style>
a { background-color: #127010; }
a { background-color: rgb(18,112,16); }
div.DivClassName
{
background-color: #127010;
}
.BgClassName
{
background-color: #127010;
}
</style>
border-color css
<style>
span { border-color: #127010; }
span { border-color: rgb(18,112,16); }
td.TdClassName
{
border-color: #127010;
}
.TagClassName
{
border-color: #127010;
}
</style>