Shades of Green #127008
Tints of Green #127008
RGB
CMYK
RGB Variations
Color information
#127008 (or 0x127008) is known color: Green. HEX triplet: 12, 70 and 08. RGB value is (18,112,8). Sum of RGB (Red+Green+Blue) = 18+112+8=138 (18% of max value = 765). Red value is 18 (7.42% from 255 or 13.04% from 138); Green value is 112 (44.14% from 255 or 81.16% from 138); Blue value is 8 (3.52% from 255 or 5.80% from 138); Max value from RGB is 112 - color contains mainly: green. Hex color #127008 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #127008 is #ED8FF7. Grayscale: #484848. Windows color (decimal): -15568888 or 552978. OLE color: 552978.
HSL color Cylindrical-coordinate representation of color #127008: hue angle of 114.23º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #127008 is Cyan = 0.84, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 18 | 112 | 8 | - |
| CMYK | 0.84 | 0 | 0.93 | 0.56 |
| HSL | 114.23º | 0.87% | 0.24% | - |
| HSV(B) | 114.23º | 0.93% | 0.44% | - |
| XYZ | 6.09 | 11.73 | 2.17 | - |
| YUV | 72.04 | 91.86 | 89.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 112 | 8 | 0.84 | 0 | 0.93 | 0.56 | 114.23 | 0.87 | 0.24 |
| Hex | 12 | 70 | 8 | 54 | 0 | 5D | 38 | 72 | 57 | 18 |
| Octal | 22 | 160 | 10 | 124 | 0 | 135 | 70 | 162 | 127 | 30 |
| Binary | 10010 | 1110000 | 1000 | 1010100 | 0 | 1011101 | 111000 | 1110010 | 1010111 | 11000 |
Color Harmonies of #127008
Complementary color
Monochromatic Colors of #127008
Black with #127008
Text Example
Text Example
White with #127008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #127008; }
p { color: rgb(18,112,8); }
H1.HeaderClassName
{
color: #127008;
}
.AnyTagClassName
{
color: #127008;
}
</style>
background-color css
<style>
a { background-color: #127008; }
a { background-color: rgb(18,112,8); }
div.DivClassName
{
background-color: #127008;
}
.BgClassName
{
background-color: #127008;
}
</style>
border-color css
<style>
span { border-color: #127008; }
span { border-color: rgb(18,112,8); }
td.TdClassName
{
border-color: #127008;
}
.TagClassName
{
border-color: #127008;
}
</style>