Shades of Pine Green #078071
Tints of Pine Green #078071
RGB
CMYK
RGB Variations
Color information
#078071 (or 0x078071) is known color: Pine Green. HEX triplet: 07, 80 and 71. RGB value is (7,128,113). Sum of RGB (Red+Green+Blue) = 7+128+113=248 (32% of max value = 765). Red value is 7 (3.12% from 255 or 2.82% from 248); Green value is 128 (50.39% from 255 or 51.61% from 248); Blue value is 113 (44.53% from 255 or 45.56% from 248); Max value from RGB is 128 - color contains mainly: green. Hex color #078071 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #078071 is #F87F8E. Grayscale: #5A5A5A. Windows color (decimal): -16285583 or 7438343. OLE color: 7438343.
HSL color Cylindrical-coordinate representation of color #078071: hue angle of 172.56º degrees, saturation: 0.9, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #078071 is Cyan = 0.95, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 7 | 128 | 113 | - |
| CMYK | 0.95 | 0 | 0.12 | 0.50 |
| HSL | 172.56º | 0.9% | 0.26% | - |
| HSV(B) | 172.56º | 0.95% | 0.5% | - |
| XYZ | 10.79 | 16.68 | 18.27 | - |
| YUV | 90.11 | 140.91 | 68.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 128 | 113 | 0.95 | 0 | 0.12 | 0.50 | 172.56 | 0.9 | 0.26 |
| Hex | 7 | 80 | 71 | 5F | 0 | C | 32 | AD | 5A | 1A |
| Octal | 7 | 200 | 161 | 137 | 0 | 14 | 62 | 255 | 132 | 32 |
| Binary | 111 | 10000000 | 1110001 | 1011111 | 0 | 1100 | 110010 | 10101101 | 1011010 | 11010 |
Color Harmonies of #078071
Complementary color
Monochromatic Colors of #078071
Black with #078071
Text Example
Text Example
White with #078071
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #078071; }
p { color: rgb(7,128,113); }
H1.HeaderClassName
{
color: #078071;
}
.AnyTagClassName
{
color: #078071;
}
</style>
background-color css
<style>
a { background-color: #078071; }
a { background-color: rgb(7,128,113); }
div.DivClassName
{
background-color: #078071;
}
.BgClassName
{
background-color: #078071;
}
</style>
border-color css
<style>
span { border-color: #078071; }
span { border-color: rgb(7,128,113); }
td.TdClassName
{
border-color: #078071;
}
.TagClassName
{
border-color: #078071;
}
</style>