Shades of Green #147606
Tints of Green #147606
RGB
CMYK
RGB Variations
Color information
#147606 (or 0x147606) is known color: Green. HEX triplet: 14, 76 and 06. RGB value is (20,118,6). Sum of RGB (Red+Green+Blue) = 20+118+6=144 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.89% from 144); Green value is 118 (46.48% from 255 or 81.94% from 144); Blue value is 6 (2.73% from 255 or 4.17% from 144); Max value from RGB is 118 - color contains mainly: green. Hex color #147606 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #147606 is #EB89F9. Grayscale: #4C4C4C. Windows color (decimal): -15436282 or 423444. OLE color: 423444.
HSL color Cylindrical-coordinate representation of color #147606: hue angle of 112.5º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #147606 is Cyan = 0.83, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 20 | 118 | 6 | - |
| CMYK | 0.83 | 0 | 0.95 | 0.54 |
| HSL | 112.5º | 0.9% | 0.24% | - |
| HSV(B) | 112.5º | 0.95% | 0.46% | - |
| XYZ | 6.8 | 13.12 | 2.35 | - |
| YUV | 75.93 | 88.53 | 88.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 118 | 6 | 0.83 | 0 | 0.95 | 0.54 | 112.5 | 0.9 | 0.24 |
| Hex | 14 | 76 | 6 | 53 | 0 | 5F | 36 | 70 | 5A | 18 |
| Octal | 24 | 166 | 6 | 123 | 0 | 137 | 66 | 160 | 132 | 30 |
| Binary | 10100 | 1110110 | 110 | 1010011 | 0 | 1011111 | 110110 | 1110000 | 1011010 | 11000 |
Color Harmonies of #147606
Complementary color
Monochromatic Colors of #147606
Black with #147606
Text Example
Text Example
White with #147606
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #147606; }
p { color: rgb(20,118,6); }
H1.HeaderClassName
{
color: #147606;
}
.AnyTagClassName
{
color: #147606;
}
</style>
background-color css
<style>
a { background-color: #147606; }
a { background-color: rgb(20,118,6); }
div.DivClassName
{
background-color: #147606;
}
.BgClassName
{
background-color: #147606;
}
</style>
border-color css
<style>
span { border-color: #147606; }
span { border-color: rgb(20,118,6); }
td.TdClassName
{
border-color: #147606;
}
.TagClassName
{
border-color: #147606;
}
</style>