Shades of Pine Green #047768
Tints of Pine Green #047768
RGB
CMYK
RGB Variations
Color information
#047768 (or 0x047768) is known color: Pine Green. HEX triplet: 04, 77 and 68. RGB value is (4,119,104). Sum of RGB (Red+Green+Blue) = 4+119+104=227 (30% of max value = 765). Red value is 4 (1.95% from 255 or 1.76% from 227); Green value is 119 (46.88% from 255 or 52.42% from 227); Blue value is 104 (41.02% from 255 or 45.81% from 227); Max value from RGB is 119 - color contains mainly: green. Hex color #047768 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #047768 is #FB8897. Grayscale: #525252. Windows color (decimal): -16484504 or 6846212. OLE color: 6846212.
HSL color Cylindrical-coordinate representation of color #047768: hue angle of 172.17º degrees, saturation: 0.93, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #047768 is Cyan = 0.97, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 4 | 119 | 104 | - |
| CMYK | 0.97 | 0 | 0.13 | 0.53 |
| HSL | 172.17º | 0.93% | 0.24% | - |
| HSV(B) | 172.17º | 0.97% | 0.47% | - |
| XYZ | 9.15 | 14.22 | 15.36 | - |
| YUV | 82.91 | 139.9 | 71.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 119 | 104 | 0.97 | 0 | 0.13 | 0.53 | 172.17 | 0.93 | 0.24 |
| Hex | 4 | 77 | 68 | 61 | 0 | D | 35 | AC | 5D | 18 |
| Octal | 4 | 167 | 150 | 141 | 0 | 15 | 65 | 254 | 135 | 30 |
| Binary | 100 | 1110111 | 1101000 | 1100001 | 0 | 1101 | 110101 | 10101100 | 1011101 | 11000 |
Color Harmonies of #047768
Complementary color
Monochromatic Colors of #047768
Black with #047768
Text Example
Text Example
White with #047768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #047768; }
p { color: rgb(4,119,104); }
H1.HeaderClassName
{
color: #047768;
}
.AnyTagClassName
{
color: #047768;
}
</style>
background-color css
<style>
a { background-color: #047768; }
a { background-color: rgb(4,119,104); }
div.DivClassName
{
background-color: #047768;
}
.BgClassName
{
background-color: #047768;
}
</style>
border-color css
<style>
span { border-color: #047768; }
span { border-color: rgb(4,119,104); }
td.TdClassName
{
border-color: #047768;
}
.TagClassName
{
border-color: #047768;
}
</style>