Shades of Green #147806
Tints of Green #147806
RGB
CMYK
RGB Variations
Color information
#147806 (or 0x147806) is known color: Green. HEX triplet: 14, 78 and 06. RGB value is (20,120,6). Sum of RGB (Red+Green+Blue) = 20+120+6=146 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.70% from 146); Green value is 120 (47.27% from 255 or 82.19% from 146); Blue value is 6 (2.73% from 255 or 4.11% from 146); Max value from RGB is 120 - color contains mainly: green. Hex color #147806 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #147806 is #EB87F9. Grayscale: #4D4D4D. Windows color (decimal): -15435770 or 423956. OLE color: 423956.
HSL color Cylindrical-coordinate representation of color #147806: hue angle of 112.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 #147806 is Cyan = 0.83, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 20 | 120 | 6 | - |
| CMYK | 0.83 | 0 | 0.95 | 0.53 |
| HSL | 112.63º | 0.9% | 0.25% | - |
| HSV(B) | 112.63º | 0.95% | 0.47% | - |
| XYZ | 7.04 | 13.59 | 2.43 | - |
| YUV | 77.1 | 87.87 | 87.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 120 | 6 | 0.83 | 0 | 0.95 | 0.53 | 112.63 | 0.9 | 0.25 |
| Hex | 14 | 78 | 6 | 53 | 0 | 5F | 35 | 71 | 5A | 19 |
| Octal | 24 | 170 | 6 | 123 | 0 | 137 | 65 | 161 | 132 | 31 |
| Binary | 10100 | 1111000 | 110 | 1010011 | 0 | 1011111 | 110101 | 1110001 | 1011010 | 11001 |
Color Harmonies of #147806
Complementary color
Monochromatic Colors of #147806
Black with #147806
Text Example
Text Example
White with #147806
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #147806; }
p { color: rgb(20,120,6); }
H1.HeaderClassName
{
color: #147806;
}
.AnyTagClassName
{
color: #147806;
}
</style>
background-color css
<style>
a { background-color: #147806; }
a { background-color: rgb(20,120,6); }
div.DivClassName
{
background-color: #147806;
}
.BgClassName
{
background-color: #147806;
}
</style>
border-color css
<style>
span { border-color: #147806; }
span { border-color: rgb(20,120,6); }
td.TdClassName
{
border-color: #147806;
}
.TagClassName
{
border-color: #147806;
}
</style>