Shades of Pine Green #147673
Tints of Pine Green #147673
RGB
CMYK
RGB Variations
Color information
#147673 (or 0x147673) is known color: Pine Green. HEX triplet: 14, 76 and 73. RGB value is (20,118,115). Sum of RGB (Red+Green+Blue) = 20+118+115=253 (33% of max value = 765). Red value is 20 (8.20% from 255 or 7.91% from 253); Green value is 118 (46.48% from 255 or 46.64% from 253); Blue value is 115 (45.31% from 255 or 45.45% from 253); Max value from RGB is 118 - color contains mainly: green. Hex color #147673 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #147673 is #EB898C. Grayscale: #585858. Windows color (decimal): -15436173 or 7566868. OLE color: 7566868.
HSL color Cylindrical-coordinate representation of color #147673: hue angle of 178.16º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #147673 is Cyan = 0.83, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 20 | 118 | 115 | - |
| CMYK | 0.83 | 0 | 0.03 | 0.54 |
| HSL | 178.16º | 0.71% | 0.27% | - |
| HSV(B) | 178.16º | 0.83% | 0.46% | - |
| XYZ | 9.86 | 14.34 | 18.47 | - |
| YUV | 88.36 | 143.03 | 79.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 118 | 115 | 0.83 | 0 | 0.03 | 0.54 | 178.16 | 0.71 | 0.27 |
| Hex | 14 | 76 | 73 | 53 | 0 | 3 | 36 | B2 | 47 | 1B |
| Octal | 24 | 166 | 163 | 123 | 0 | 3 | 66 | 262 | 107 | 33 |
| Binary | 10100 | 1110110 | 1110011 | 1010011 | 0 | 11 | 110110 | 10110010 | 1000111 | 11011 |
Color Harmonies of #147673
Complementary color
Monochromatic Colors of #147673
Black with #147673
Text Example
Text Example
White with #147673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #147673; }
p { color: rgb(20,118,115); }
H1.HeaderClassName
{
color: #147673;
}
.AnyTagClassName
{
color: #147673;
}
</style>
background-color css
<style>
a { background-color: #147673; }
a { background-color: rgb(20,118,115); }
div.DivClassName
{
background-color: #147673;
}
.BgClassName
{
background-color: #147673;
}
</style>
border-color css
<style>
span { border-color: #147673; }
span { border-color: rgb(20,118,115); }
td.TdClassName
{
border-color: #147673;
}
.TagClassName
{
border-color: #147673;
}
</style>