Shades of Pine Green #078270
Tints of Pine Green #078270
RGB
CMYK
RGB Variations
Color information
#078270 (or 0x078270) is known color: Pine Green. HEX triplet: 07, 82 and 70. RGB value is (7,130,112). Sum of RGB (Red+Green+Blue) = 7+130+112=249 (32% of max value = 765). Red value is 7 (3.12% from 255 or 2.81% from 249); Green value is 130 (51.17% from 255 or 52.21% from 249); Blue value is 112 (44.14% from 255 or 44.98% from 249); Max value from RGB is 130 - color contains mainly: green. Hex color #078270 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #078270 is #F87D8F. Grayscale: #5B5B5B. Windows color (decimal): -16285072 or 7373319. OLE color: 7373319.
HSL color Cylindrical-coordinate representation of color #078270: hue angle of 171.22º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #078270 is Cyan = 0.95, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 7 | 130 | 112 | - |
| CMYK | 0.95 | 0 | 0.14 | 0.49 |
| HSL | 171.22º | 0.9% | 0.27% | - |
| HSV(B) | 171.22º | 0.95% | 0.51% | - |
| XYZ | 10.99 | 17.18 | 18.07 | - |
| YUV | 91.17 | 139.75 | 67.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 130 | 112 | 0.95 | 0 | 0.14 | 0.49 | 171.22 | 0.9 | 0.27 |
| Hex | 7 | 82 | 70 | 5F | 0 | E | 31 | AB | 5A | 1B |
| Octal | 7 | 202 | 160 | 137 | 0 | 16 | 61 | 253 | 132 | 33 |
| Binary | 111 | 10000010 | 1110000 | 1011111 | 0 | 1110 | 110001 | 10101011 | 1011010 | 11011 |
Color Harmonies of #078270
Complementary color
Monochromatic Colors of #078270
Black with #078270
Text Example
Text Example
White with #078270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #078270; }
p { color: rgb(7,130,112); }
H1.HeaderClassName
{
color: #078270;
}
.AnyTagClassName
{
color: #078270;
}
</style>
background-color css
<style>
a { background-color: #078270; }
a { background-color: rgb(7,130,112); }
div.DivClassName
{
background-color: #078270;
}
.BgClassName
{
background-color: #078270;
}
</style>
border-color css
<style>
span { border-color: #078270; }
span { border-color: rgb(7,130,112); }
td.TdClassName
{
border-color: #078270;
}
.TagClassName
{
border-color: #078270;
}
</style>