Shades of Pine Green #087A72
Tints of Pine Green #087A72
RGB
CMYK
RGB Variations
Color information
#087A72 (or 0x087A72) is known color: Pine Green. HEX triplet: 08, 7A and 72. RGB value is (8,122,114). Sum of RGB (Red+Green+Blue) = 8+122+114=244 (32% of max value = 765). Red value is 8 (3.52% from 255 or 3.28% from 244); Green value is 122 (48.05% from 255 or 50% from 244); Blue value is 114 (44.92% from 255 or 46.72% from 244); Max value from RGB is 122 - color contains mainly: green. Hex color #087A72 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #087A72 is #F7858D. Grayscale: #565656. Windows color (decimal): -16221582 or 7502344. OLE color: 7502344.
HSL color Cylindrical-coordinate representation of color #087A72: hue angle of 175.79º 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 #087A72 is Cyan = 0.93, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 8 | 122 | 114 | - |
| CMYK | 0.93 | 0 | 0.07 | 0.52 |
| HSL | 175.79º | 0.88% | 0.25% | - |
| HSV(B) | 175.79º | 0.93% | 0.48% | - |
| XYZ | 10.1 | 15.19 | 18.32 | - |
| YUV | 87 | 143.23 | 71.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 122 | 114 | 0.93 | 0 | 0.07 | 0.52 | 175.79 | 0.88 | 0.25 |
| Hex | 8 | 7A | 72 | 5D | 0 | 7 | 34 | B0 | 58 | 19 |
| Octal | 10 | 172 | 162 | 135 | 0 | 7 | 64 | 260 | 130 | 31 |
| Binary | 1000 | 1111010 | 1110010 | 1011101 | 0 | 111 | 110100 | 10110000 | 1011000 | 11001 |
Color Harmonies of #087A72
Complementary color
Monochromatic Colors of #087A72
Black with #087A72
Text Example
Text Example
White with #087A72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #087A72; }
p { color: rgb(8,122,114); }
H1.HeaderClassName
{
color: #087A72;
}
.AnyTagClassName
{
color: #087A72;
}
</style>
background-color css
<style>
a { background-color: #087A72; }
a { background-color: rgb(8,122,114); }
div.DivClassName
{
background-color: #087A72;
}
.BgClassName
{
background-color: #087A72;
}
</style>
border-color css
<style>
span { border-color: #087A72; }
span { border-color: rgb(8,122,114); }
td.TdClassName
{
border-color: #087A72;
}
.TagClassName
{
border-color: #087A72;
}
</style>