Shades of Green #147605
Tints of Green #147605
RGB
CMYK
RGB Variations
Color information
#147605 (or 0x147605) is known color: Green. HEX triplet: 14, 76 and 05. RGB value is (20,118,5). Sum of RGB (Red+Green+Blue) = 20+118+5=143 (18% of max value = 765). Red value is 20 (8.20% from 255 or 13.99% from 143); Green value is 118 (46.48% from 255 or 82.52% from 143); Blue value is 5 (2.34% from 255 or 3.50% from 143); Max value from RGB is 118 - color contains mainly: green. Hex color #147605 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #147605 is #EB89FA. Grayscale: #4C4C4C. Windows color (decimal): -15436283 or 357908. OLE color: 357908.
HSL color Cylindrical-coordinate representation of color #147605: hue angle of 112.04º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #147605 is Cyan = 0.83, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 20 | 118 | 5 | - |
| CMYK | 0.83 | 0 | 0.96 | 0.54 |
| HSL | 112.04º | 0.92% | 0.24% | - |
| HSV(B) | 112.04º | 0.96% | 0.46% | - |
| XYZ | 6.79 | 13.12 | 2.32 | - |
| YUV | 75.82 | 88.03 | 88.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 118 | 5 | 0.83 | 0 | 0.96 | 0.54 | 112.04 | 0.92 | 0.24 |
| Hex | 14 | 76 | 5 | 53 | 0 | 60 | 36 | 70 | 5C | 18 |
| Octal | 24 | 166 | 5 | 123 | 0 | 140 | 66 | 160 | 134 | 30 |
| Binary | 10100 | 1110110 | 101 | 1010011 | 0 | 1100000 | 110110 | 1110000 | 1011100 | 11000 |
Color Harmonies of #147605
Complementary color
Monochromatic Colors of #147605
Black with #147605
Text Example
Text Example
White with #147605
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #147605; }
p { color: rgb(20,118,5); }
H1.HeaderClassName
{
color: #147605;
}
.AnyTagClassName
{
color: #147605;
}
</style>
background-color css
<style>
a { background-color: #147605; }
a { background-color: rgb(20,118,5); }
div.DivClassName
{
background-color: #147605;
}
.BgClassName
{
background-color: #147605;
}
</style>
border-color css
<style>
span { border-color: #147605; }
span { border-color: rgb(20,118,5); }
td.TdClassName
{
border-color: #147605;
}
.TagClassName
{
border-color: #147605;
}
</style>