Shades of Green #127706
Tints of Green #127706
RGB
CMYK
RGB Variations
Color information
#127706 (or 0x127706) is known color: Green. HEX triplet: 12, 77 and 06. RGB value is (18,119,6). Sum of RGB (Red+Green+Blue) = 18+119+6=143 (18% of max value = 765). Red value is 18 (7.42% from 255 or 12.59% from 143); Green value is 119 (46.88% from 255 or 83.22% from 143); Blue value is 6 (2.73% from 255 or 4.20% from 143); Max value from RGB is 119 - color contains mainly: green. Hex color #127706 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #127706 is #ED88F9. Grayscale: #4C4C4C. Windows color (decimal): -15567098 or 423698. OLE color: 423698.
HSL color Cylindrical-coordinate representation of color #127706: hue angle of 113.63º degrees, saturation: 0.9, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #127706 is Cyan = 0.85, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 18 | 119 | 6 | - |
| CMYK | 0.85 | 0 | 0.95 | 0.53 |
| HSL | 113.63º | 0.9% | 0.25% | - |
| HSV(B) | 113.63º | 0.95% | 0.47% | - |
| XYZ | 6.88 | 13.34 | 2.38 | - |
| YUV | 75.92 | 88.54 | 86.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 119 | 6 | 0.85 | 0 | 0.95 | 0.53 | 113.63 | 0.9 | 0.25 |
| Hex | 12 | 77 | 6 | 55 | 0 | 5F | 35 | 72 | 5A | 19 |
| Octal | 22 | 167 | 6 | 125 | 0 | 137 | 65 | 162 | 132 | 31 |
| Binary | 10010 | 1110111 | 110 | 1010101 | 0 | 1011111 | 110101 | 1110010 | 1011010 | 11001 |
Color Harmonies of #127706
Complementary color
Monochromatic Colors of #127706
Black with #127706
Text Example
Text Example
White with #127706
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #127706; }
p { color: rgb(18,119,6); }
H1.HeaderClassName
{
color: #127706;
}
.AnyTagClassName
{
color: #127706;
}
</style>
background-color css
<style>
a { background-color: #127706; }
a { background-color: rgb(18,119,6); }
div.DivClassName
{
background-color: #127706;
}
.BgClassName
{
background-color: #127706;
}
</style>
border-color css
<style>
span { border-color: #127706; }
span { border-color: rgb(18,119,6); }
td.TdClassName
{
border-color: #127706;
}
.TagClassName
{
border-color: #127706;
}
</style>