Shades of Green #147707
Tints of Green #147707
RGB
CMYK
RGB Variations
Color information
#147707 (or 0x147707) is known color: Green. HEX triplet: 14, 77 and 07. RGB value is (20,119,7). Sum of RGB (Red+Green+Blue) = 20+119+7=146 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.70% from 146); Green value is 119 (46.88% from 255 or 81.51% from 146); Blue value is 7 (3.12% from 255 or 4.79% from 146); Max value from RGB is 119 - color contains mainly: green. Hex color #147707 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #147707 is #EB88F8. Grayscale: #4C4C4C. Windows color (decimal): -15436025 or 489236. OLE color: 489236.
HSL color Cylindrical-coordinate representation of color #147707: hue angle of 113.04º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #147707 is Cyan = 0.83, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 20 | 119 | 7 | - |
| CMYK | 0.83 | 0 | 0.94 | 0.53 |
| HSL | 113.04º | 0.89% | 0.25% | - |
| HSV(B) | 113.04º | 0.94% | 0.47% | - |
| XYZ | 6.92 | 13.36 | 2.41 | - |
| YUV | 76.63 | 88.7 | 87.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 119 | 7 | 0.83 | 0 | 0.94 | 0.53 | 113.04 | 0.89 | 0.25 |
| Hex | 14 | 77 | 7 | 53 | 0 | 5E | 35 | 71 | 59 | 19 |
| Octal | 24 | 167 | 7 | 123 | 0 | 136 | 65 | 161 | 131 | 31 |
| Binary | 10100 | 1110111 | 111 | 1010011 | 0 | 1011110 | 110101 | 1110001 | 1011001 | 11001 |
Color Harmonies of #147707
Complementary color
Monochromatic Colors of #147707
Black with #147707
Text Example
Text Example
White with #147707
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #147707; }
p { color: rgb(20,119,7); }
H1.HeaderClassName
{
color: #147707;
}
.AnyTagClassName
{
color: #147707;
}
</style>
background-color css
<style>
a { background-color: #147707; }
a { background-color: rgb(20,119,7); }
div.DivClassName
{
background-color: #147707;
}
.BgClassName
{
background-color: #147707;
}
</style>
border-color css
<style>
span { border-color: #147707; }
span { border-color: rgb(20,119,7); }
td.TdClassName
{
border-color: #147707;
}
.TagClassName
{
border-color: #147707;
}
</style>