Shades of Green #127708
Tints of Green #127708
RGB
CMYK
RGB Variations
Color information
#127708 (or 0x127708) is known color: Green. HEX triplet: 12, 77 and 08. RGB value is (18,119,8). Sum of RGB (Red+Green+Blue) = 18+119+8=145 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.41% from 145); Green value is 119 (46.88% from 255 or 82.07% from 145); Blue value is 8 (3.52% from 255 or 5.52% from 145); Max value from RGB is 119 - color contains mainly: green. Hex color #127708 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #127708 is #ED88F7. Grayscale: #4C4C4C. Windows color (decimal): -15567096 or 554770. OLE color: 554770.
HSL color Cylindrical-coordinate representation of color #127708: hue angle of 114.59º degrees, saturation: 0.87, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #127708 is Cyan = 0.85, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 18 | 119 | 8 | - |
| CMYK | 0.85 | 0 | 0.93 | 0.53 |
| HSL | 114.59º | 0.87% | 0.25% | - |
| HSV(B) | 114.59º | 0.93% | 0.47% | - |
| XYZ | 6.89 | 13.34 | 2.44 | - |
| YUV | 76.15 | 89.54 | 86.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 119 | 8 | 0.85 | 0 | 0.93 | 0.53 | 114.59 | 0.87 | 0.25 |
| Hex | 12 | 77 | 8 | 55 | 0 | 5D | 35 | 73 | 57 | 19 |
| Octal | 22 | 167 | 10 | 125 | 0 | 135 | 65 | 163 | 127 | 31 |
| Binary | 10010 | 1110111 | 1000 | 1010101 | 0 | 1011101 | 110101 | 1110011 | 1010111 | 11001 |
Color Harmonies of #127708
Complementary color
Monochromatic Colors of #127708
Black with #127708
Text Example
Text Example
White with #127708
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #127708; }
p { color: rgb(18,119,8); }
H1.HeaderClassName
{
color: #127708;
}
.AnyTagClassName
{
color: #127708;
}
</style>
background-color css
<style>
a { background-color: #127708; }
a { background-color: rgb(18,119,8); }
div.DivClassName
{
background-color: #127708;
}
.BgClassName
{
background-color: #127708;
}
</style>
border-color css
<style>
span { border-color: #127708; }
span { border-color: rgb(18,119,8); }
td.TdClassName
{
border-color: #127708;
}
.TagClassName
{
border-color: #127708;
}
</style>