Shades of Pine Green #04706D
Tints of Pine Green #04706D
RGB
CMYK
RGB Variations
Color information
#04706D (or 0x04706D) is known color: Pine Green. HEX triplet: 04, 70 and 6D. RGB value is (4,112,109). Sum of RGB (Red+Green+Blue) = 4+112+109=225 (29% of max value = 765). Red value is 4 (1.95% from 255 or 1.78% from 225); Green value is 112 (44.14% from 255 or 49.78% from 225); Blue value is 109 (42.97% from 255 or 48.44% from 225); Max value from RGB is 112 - color contains mainly: green. Hex color #04706D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #04706D is #FB8F92. Grayscale: #4F4F4F. Windows color (decimal): -16486291 or 7172100. OLE color: 7172100.
HSL color Cylindrical-coordinate representation of color #04706D: hue angle of 178.33º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #04706D is Cyan = 0.96, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 4 | 112 | 109 | - |
| CMYK | 0.96 | 0 | 0.03 | 0.56 |
| HSL | 178.33º | 0.93% | 0.23% | - |
| HSV(B) | 178.33º | 0.96% | 0.44% | - |
| XYZ | 8.6 | 12.72 | 16.47 | - |
| YUV | 79.37 | 144.72 | 74.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 112 | 109 | 0.96 | 0 | 0.03 | 0.56 | 178.33 | 0.93 | 0.23 |
| Hex | 4 | 70 | 6D | 60 | 0 | 3 | 38 | B2 | 5D | 17 |
| Octal | 4 | 160 | 155 | 140 | 0 | 3 | 70 | 262 | 135 | 27 |
| Binary | 100 | 1110000 | 1101101 | 1100000 | 0 | 11 | 111000 | 10110010 | 1011101 | 10111 |
Color Harmonies of #04706D
Complementary color
Monochromatic Colors of #04706D
Black with #04706D
Text Example
Text Example
White with #04706D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04706D; }
p { color: rgb(4,112,109); }
H1.HeaderClassName
{
color: #04706D;
}
.AnyTagClassName
{
color: #04706D;
}
</style>
background-color css
<style>
a { background-color: #04706D; }
a { background-color: rgb(4,112,109); }
div.DivClassName
{
background-color: #04706D;
}
.BgClassName
{
background-color: #04706D;
}
</style>
border-color css
<style>
span { border-color: #04706D; }
span { border-color: rgb(4,112,109); }
td.TdClassName
{
border-color: #04706D;
}
.TagClassName
{
border-color: #04706D;
}
</style>