Shades of Pine Green #087A70
Tints of Pine Green #087A70
RGB
CMYK
RGB Variations
Color information
#087A70 (or 0x087A70) is known color: Pine Green. HEX triplet: 08, 7A and 70. RGB value is (8,122,112). Sum of RGB (Red+Green+Blue) = 8+122+112=242 (32% of max value = 765). Red value is 8 (3.52% from 255 or 3.31% from 242); Green value is 122 (48.05% from 255 or 50.41% from 242); Blue value is 112 (44.14% from 255 or 46.28% from 242); Max value from RGB is 122 - color contains mainly: green. Hex color #087A70 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #087A70 is #F7858F. Grayscale: #565656. Windows color (decimal): -16221584 or 7371272. OLE color: 7371272.
HSL color Cylindrical-coordinate representation of color #087A70: hue angle of 174.74º degrees, saturation: 0.88, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #087A70 is Cyan = 0.93, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 8 | 122 | 112 | - |
| CMYK | 0.93 | 0 | 0.08 | 0.52 |
| HSL | 174.74º | 0.88% | 0.25% | - |
| HSV(B) | 174.74º | 0.93% | 0.48% | - |
| XYZ | 9.98 | 15.14 | 17.73 | - |
| YUV | 86.77 | 142.23 | 71.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 122 | 112 | 0.93 | 0 | 0.08 | 0.52 | 174.74 | 0.88 | 0.25 |
| Hex | 8 | 7A | 70 | 5D | 0 | 8 | 34 | AF | 58 | 19 |
| Octal | 10 | 172 | 160 | 135 | 0 | 10 | 64 | 257 | 130 | 31 |
| Binary | 1000 | 1111010 | 1110000 | 1011101 | 0 | 1000 | 110100 | 10101111 | 1011000 | 11001 |
Color Harmonies of #087A70
Complementary color
Monochromatic Colors of #087A70
Black with #087A70
Text Example
Text Example
White with #087A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #087A70; }
p { color: rgb(8,122,112); }
H1.HeaderClassName
{
color: #087A70;
}
.AnyTagClassName
{
color: #087A70;
}
</style>
background-color css
<style>
a { background-color: #087A70; }
a { background-color: rgb(8,122,112); }
div.DivClassName
{
background-color: #087A70;
}
.BgClassName
{
background-color: #087A70;
}
</style>
border-color css
<style>
span { border-color: #087A70; }
span { border-color: rgb(8,122,112); }
td.TdClassName
{
border-color: #087A70;
}
.TagClassName
{
border-color: #087A70;
}
</style>