Shades of Pine Green #087070
Tints of Pine Green #087070
RGB
CMYK
RGB Variations
Color information
#087070 (or 0x087070) is known color: Pine Green. HEX triplet: 08, 70 and 70. RGB value is (8,112,112). Sum of RGB (Red+Green+Blue) = 8+112+112=232 (30% of max value = 765). Red value is 8 (3.52% from 255 or 3.45% from 232); Green value is 112 (44.14% from 255 or 48.28% from 232); Blue value is 112 (44.14% from 255 or 48.28% from 232); Max value from RGB is 112 - color contains mainly: green, blue. Hex color #087070 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #087070 is #F78F8F. Grayscale: #505050. Windows color (decimal): -16224144 or 7368712. OLE color: 7368712.
HSL color Cylindrical-coordinate representation of color #087070: hue angle of 180º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #087070 is Cyan = 0.93, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 8 | 112 | 112 | - |
| CMYK | 0.93 | 0 | 0 | 0.56 |
| HSL | 180º | 0.87% | 0.24% | - |
| HSV(B) | 180º | 0.93% | 0.44% | - |
| XYZ | 8.82 | 12.81 | 17.34 | - |
| YUV | 80.9 | 145.54 | 76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 112 | 112 | 0.93 | 0 | 0 | 0.56 | 180 | 0.87 | 0.24 |
| Hex | 8 | 70 | 70 | 5D | 0 | 0 | 38 | B4 | 57 | 18 |
| Octal | 10 | 160 | 160 | 135 | 0 | 0 | 70 | 264 | 127 | 30 |
| Binary | 1000 | 1110000 | 1110000 | 1011101 | 0 | 0 | 111000 | 10110100 | 1010111 | 11000 |
Color Harmonies of #087070
Complementary color
Monochromatic Colors of #087070
Black with #087070
Text Example
Text Example
White with #087070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #087070; }
p { color: rgb(8,112,112); }
H1.HeaderClassName
{
color: #087070;
}
.AnyTagClassName
{
color: #087070;
}
</style>
background-color css
<style>
a { background-color: #087070; }
a { background-color: rgb(8,112,112); }
div.DivClassName
{
background-color: #087070;
}
.BgClassName
{
background-color: #087070;
}
</style>
border-color css
<style>
span { border-color: #087070; }
span { border-color: rgb(8,112,112); }
td.TdClassName
{
border-color: #087070;
}
.TagClassName
{
border-color: #087070;
}
</style>