Shades of Pine Green #147D74
Tints of Pine Green #147D74
RGB
CMYK
RGB Variations
Color information
#147D74 (or 0x147D74) is known color: Pine Green. HEX triplet: 14, 7D and 74. RGB value is (20,125,116). Sum of RGB (Red+Green+Blue) = 20+125+116=261 (34% of max value = 765). Red value is 20 (8.20% from 255 or 7.66% from 261); Green value is 125 (49.22% from 255 or 47.89% from 261); Blue value is 116 (45.70% from 255 or 44.44% from 261); Max value from RGB is 125 - color contains mainly: green. Hex color #147D74 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #147D74 is #EB828B. Grayscale: #5C5C5C. Windows color (decimal): -15434380 or 7634196. OLE color: 7634196.
HSL color Cylindrical-coordinate representation of color #147D74: hue angle of 174.86º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #147D74 is Cyan = 0.84, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 20 | 125 | 116 | - |
| CMYK | 0.84 | 0 | 0.07 | 0.51 |
| HSL | 174.86º | 0.72% | 0.28% | - |
| HSV(B) | 174.86º | 0.84% | 0.49% | - |
| XYZ | 10.77 | 16.08 | 19.06 | - |
| YUV | 92.58 | 141.21 | 76.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 125 | 116 | 0.84 | 0 | 0.07 | 0.51 | 174.86 | 0.72 | 0.28 |
| Hex | 14 | 7D | 74 | 54 | 0 | 7 | 33 | AF | 48 | 1C |
| Octal | 24 | 175 | 164 | 124 | 0 | 7 | 63 | 257 | 110 | 34 |
| Binary | 10100 | 1111101 | 1110100 | 1010100 | 0 | 111 | 110011 | 10101111 | 1001000 | 11100 |
Color Harmonies of #147D74
Complementary color
Monochromatic Colors of #147D74
Black with #147D74
Text Example
Text Example
White with #147D74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #147D74; }
p { color: rgb(20,125,116); }
H1.HeaderClassName
{
color: #147D74;
}
.AnyTagClassName
{
color: #147D74;
}
</style>
background-color css
<style>
a { background-color: #147D74; }
a { background-color: rgb(20,125,116); }
div.DivClassName
{
background-color: #147D74;
}
.BgClassName
{
background-color: #147D74;
}
</style>
border-color css
<style>
span { border-color: #147D74; }
span { border-color: rgb(20,125,116); }
td.TdClassName
{
border-color: #147D74;
}
.TagClassName
{
border-color: #147D74;
}
</style>