Shades of Pine Green #04706B
Tints of Pine Green #04706B
RGB
CMYK
RGB Variations
Color information
#04706B (or 0x04706B) is known color: Pine Green. HEX triplet: 04, 70 and 6B. RGB value is (4,112,107). Sum of RGB (Red+Green+Blue) = 4+112+107=223 (29% of max value = 765). Red value is 4 (1.95% from 255 or 1.79% from 223); Green value is 112 (44.14% from 255 or 50.22% from 223); Blue value is 107 (42.19% from 255 or 47.98% from 223); Max value from RGB is 112 - color contains mainly: green. Hex color #04706B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #04706B is #FB8F94. Grayscale: #4F4F4F. Windows color (decimal): -16486293 or 7041028. OLE color: 7041028.
HSL color Cylindrical-coordinate representation of color #04706B: hue angle of 177.22º 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 #04706B is Cyan = 0.96, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 4 | 112 | 107 | - |
| CMYK | 0.96 | 0 | 0.04 | 0.56 |
| HSL | 177.22º | 0.93% | 0.23% | - |
| HSV(B) | 177.22º | 0.96% | 0.44% | - |
| XYZ | 8.5 | 12.68 | 15.91 | - |
| YUV | 79.14 | 143.72 | 74.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 112 | 107 | 0.96 | 0 | 0.04 | 0.56 | 177.22 | 0.93 | 0.23 |
| Hex | 4 | 70 | 6B | 60 | 0 | 4 | 38 | B1 | 5D | 17 |
| Octal | 4 | 160 | 153 | 140 | 0 | 4 | 70 | 261 | 135 | 27 |
| Binary | 100 | 1110000 | 1101011 | 1100000 | 0 | 100 | 111000 | 10110001 | 1011101 | 10111 |
Color Harmonies of #04706B
Complementary color
Monochromatic Colors of #04706B
Black with #04706B
Text Example
Text Example
White with #04706B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04706B; }
p { color: rgb(4,112,107); }
H1.HeaderClassName
{
color: #04706B;
}
.AnyTagClassName
{
color: #04706B;
}
</style>
background-color css
<style>
a { background-color: #04706B; }
a { background-color: rgb(4,112,107); }
div.DivClassName
{
background-color: #04706B;
}
.BgClassName
{
background-color: #04706B;
}
</style>
border-color css
<style>
span { border-color: #04706B; }
span { border-color: rgb(4,112,107); }
td.TdClassName
{
border-color: #04706B;
}
.TagClassName
{
border-color: #04706B;
}
</style>