Shades of Pine Green #087F70
Tints of Pine Green #087F70
RGB
CMYK
RGB Variations
Color information
#087F70 (or 0x087F70) is known color: Pine Green. HEX triplet: 08, 7F and 70. RGB value is (8,127,112). Sum of RGB (Red+Green+Blue) = 8+127+112=247 (32% of max value = 765). Red value is 8 (3.52% from 255 or 3.24% from 247); Green value is 127 (50% from 255 or 51.42% from 247); Blue value is 112 (44.14% from 255 or 45.34% from 247); Max value from RGB is 127 - color contains mainly: green. Hex color #087F70 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #087F70 is #F7808F. Grayscale: #595959. Windows color (decimal): -16220304 or 7372552. OLE color: 7372552.
HSL color Cylindrical-coordinate representation of color #087F70: hue angle of 172.44º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #087F70 is Cyan = 0.94, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 8 | 127 | 112 | - |
| CMYK | 0.94 | 0 | 0.12 | 0.50 |
| HSL | 172.44º | 0.88% | 0.26% | - |
| HSV(B) | 172.44º | 0.94% | 0.5% | - |
| XYZ | 10.61 | 16.4 | 17.94 | - |
| YUV | 89.71 | 140.58 | 69.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 127 | 112 | 0.94 | 0 | 0.12 | 0.50 | 172.44 | 0.88 | 0.26 |
| Hex | 8 | 7F | 70 | 5E | 0 | C | 32 | AC | 58 | 1A |
| Octal | 10 | 177 | 160 | 136 | 0 | 14 | 62 | 254 | 130 | 32 |
| Binary | 1000 | 1111111 | 1110000 | 1011110 | 0 | 1100 | 110010 | 10101100 | 1011000 | 11010 |
Color Harmonies of #087F70
Complementary color
Monochromatic Colors of #087F70
Black with #087F70
Text Example
Text Example
White with #087F70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #087F70; }
p { color: rgb(8,127,112); }
H1.HeaderClassName
{
color: #087F70;
}
.AnyTagClassName
{
color: #087F70;
}
</style>
background-color css
<style>
a { background-color: #087F70; }
a { background-color: rgb(8,127,112); }
div.DivClassName
{
background-color: #087F70;
}
.BgClassName
{
background-color: #087F70;
}
</style>
border-color css
<style>
span { border-color: #087F70; }
span { border-color: rgb(8,127,112); }
td.TdClassName
{
border-color: #087F70;
}
.TagClassName
{
border-color: #087F70;
}
</style>