Shades of Green #147106
Tints of Green #147106
RGB
CMYK
RGB Variations
Color information
#147106 (or 0x147106) is known color: Green. HEX triplet: 14, 71 and 06. RGB value is (20,113,6). Sum of RGB (Red+Green+Blue) = 20+113+6=139 (18% of max value = 765). Red value is 20 (8.20% from 255 or 14.39% from 139); Green value is 113 (44.53% from 255 or 81.29% from 139); Blue value is 6 (2.73% from 255 or 4.32% from 139); Max value from RGB is 113 - color contains mainly: green. Hex color #147106 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #147106 is #EB8EF9. Grayscale: #494949. Windows color (decimal): -15437562 or 422164. OLE color: 422164.
HSL color Cylindrical-coordinate representation of color #147106: hue angle of 112.15º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #147106 is Cyan = 0.82, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 20 | 113 | 6 | - |
| CMYK | 0.82 | 0 | 0.95 | 0.56 |
| HSL | 112.15º | 0.9% | 0.23% | - |
| HSV(B) | 112.15º | 0.95% | 0.44% | - |
| XYZ | 6.23 | 11.97 | 2.15 | - |
| YUV | 73 | 90.19 | 90.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 113 | 6 | 0.82 | 0 | 0.95 | 0.56 | 112.15 | 0.9 | 0.23 |
| Hex | 14 | 71 | 6 | 52 | 0 | 5F | 38 | 70 | 5A | 17 |
| Octal | 24 | 161 | 6 | 122 | 0 | 137 | 70 | 160 | 132 | 27 |
| Binary | 10100 | 1110001 | 110 | 1010010 | 0 | 1011111 | 111000 | 1110000 | 1011010 | 10111 |
Color Harmonies of #147106
Complementary color
Monochromatic Colors of #147106
Black with #147106
Text Example
Text Example
White with #147106
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #147106; }
p { color: rgb(20,113,6); }
H1.HeaderClassName
{
color: #147106;
}
.AnyTagClassName
{
color: #147106;
}
</style>
background-color css
<style>
a { background-color: #147106; }
a { background-color: rgb(20,113,6); }
div.DivClassName
{
background-color: #147106;
}
.BgClassName
{
background-color: #147106;
}
</style>
border-color css
<style>
span { border-color: #147106; }
span { border-color: rgb(20,113,6); }
td.TdClassName
{
border-color: #147106;
}
.TagClassName
{
border-color: #147106;
}
</style>