Shades of Green #147107
Tints of Green #147107
RGB
CMYK
RGB Variations
Color information
#147107 (or 0x147107) is known color: Green. HEX triplet: 14, 71 and 07. RGB value is (20,113,7). Sum of RGB (Red+Green+Blue) = 20+113+7=140 (18% of max value = 765). Red value is 20 (8.20% from 255 or 14.29% from 140); Green value is 113 (44.53% from 255 or 80.71% from 140); Blue value is 7 (3.12% from 255 or 5% from 140); Max value from RGB is 113 - color contains mainly: green. Hex color #147107 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #147107 is #EB8EF8. Grayscale: #494949. Windows color (decimal): -15437561 or 487700. OLE color: 487700.
HSL color Cylindrical-coordinate representation of color #147107: hue angle of 112.64º degrees, saturation: 0.88, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #147107 is Cyan = 0.82, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 20 | 113 | 7 | - |
| CMYK | 0.82 | 0 | 0.94 | 0.56 |
| HSL | 112.64º | 0.88% | 0.24% | - |
| HSV(B) | 112.64º | 0.94% | 0.44% | - |
| XYZ | 6.23 | 11.97 | 2.18 | - |
| YUV | 73.11 | 90.69 | 90.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 113 | 7 | 0.82 | 0 | 0.94 | 0.56 | 112.64 | 0.88 | 0.24 |
| Hex | 14 | 71 | 7 | 52 | 0 | 5E | 38 | 71 | 58 | 18 |
| Octal | 24 | 161 | 7 | 122 | 0 | 136 | 70 | 161 | 130 | 30 |
| Binary | 10100 | 1110001 | 111 | 1010010 | 0 | 1011110 | 111000 | 1110001 | 1011000 | 11000 |
Color Harmonies of #147107
Complementary color
Monochromatic Colors of #147107
Black with #147107
Text Example
Text Example
White with #147107
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #147107; }
p { color: rgb(20,113,7); }
H1.HeaderClassName
{
color: #147107;
}
.AnyTagClassName
{
color: #147107;
}
</style>
background-color css
<style>
a { background-color: #147107; }
a { background-color: rgb(20,113,7); }
div.DivClassName
{
background-color: #147107;
}
.BgClassName
{
background-color: #147107;
}
</style>
border-color css
<style>
span { border-color: #147107; }
span { border-color: rgb(20,113,7); }
td.TdClassName
{
border-color: #147107;
}
.TagClassName
{
border-color: #147107;
}
</style>