Shades of Pine Green #147773
Tints of Pine Green #147773
RGB
CMYK
RGB Variations
Color information
#147773 (or 0x147773) is known color: Pine Green. HEX triplet: 14, 77 and 73. RGB value is (20,119,115). Sum of RGB (Red+Green+Blue) = 20+119+115=254 (33% of max value = 765). Red value is 20 (8.20% from 255 or 7.87% from 254); Green value is 119 (46.88% from 255 or 46.85% from 254); Blue value is 115 (45.31% from 255 or 45.28% from 254); Max value from RGB is 119 - color contains mainly: green. Hex color #147773 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #147773 is #EB888C. Grayscale: #585858. Windows color (decimal): -15435917 or 7567124. OLE color: 7567124.
HSL color Cylindrical-coordinate representation of color #147773: hue angle of 177.58º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #147773 is Cyan = 0.83, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 20 | 119 | 115 | - |
| CMYK | 0.83 | 0 | 0.03 | 0.53 |
| HSL | 177.58º | 0.71% | 0.27% | - |
| HSV(B) | 177.58º | 0.83% | 0.47% | - |
| XYZ | 9.98 | 14.58 | 18.51 | - |
| YUV | 88.94 | 142.7 | 78.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 119 | 115 | 0.83 | 0 | 0.03 | 0.53 | 177.58 | 0.71 | 0.27 |
| Hex | 14 | 77 | 73 | 53 | 0 | 3 | 35 | B2 | 47 | 1B |
| Octal | 24 | 167 | 163 | 123 | 0 | 3 | 65 | 262 | 107 | 33 |
| Binary | 10100 | 1110111 | 1110011 | 1010011 | 0 | 11 | 110101 | 10110010 | 1000111 | 11011 |
Color Harmonies of #147773
Complementary color
Monochromatic Colors of #147773
Black with #147773
Text Example
Text Example
White with #147773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #147773; }
p { color: rgb(20,119,115); }
H1.HeaderClassName
{
color: #147773;
}
.AnyTagClassName
{
color: #147773;
}
</style>
background-color css
<style>
a { background-color: #147773; }
a { background-color: rgb(20,119,115); }
div.DivClassName
{
background-color: #147773;
}
.BgClassName
{
background-color: #147773;
}
</style>
border-color css
<style>
span { border-color: #147773; }
span { border-color: rgb(20,119,115); }
td.TdClassName
{
border-color: #147773;
}
.TagClassName
{
border-color: #147773;
}
</style>