Shades of Pine Green #087C73
Tints of Pine Green #087C73
RGB
CMYK
RGB Variations
Color information
#087C73 (or 0x087C73) is known color: Pine Green. HEX triplet: 08, 7C and 73. RGB value is (8,124,115). Sum of RGB (Red+Green+Blue) = 8+124+115=247 (32% of max value = 765). Red value is 8 (3.52% from 255 or 3.24% from 247); Green value is 124 (48.83% from 255 or 50.20% from 247); Blue value is 115 (45.31% from 255 or 46.56% from 247); Max value from RGB is 124 - color contains mainly: green. Hex color #087C73 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #087C73 is #F7838C. Grayscale: #585858. Windows color (decimal): -16221069 or 7568392. OLE color: 7568392.
HSL color Cylindrical-coordinate representation of color #087C73: hue angle of 175.34º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #087C73 is Cyan = 0.94, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 8 | 124 | 115 | - |
| CMYK | 0.94 | 0 | 0.07 | 0.51 |
| HSL | 175.34º | 0.88% | 0.26% | - |
| HSV(B) | 175.34º | 0.94% | 0.49% | - |
| XYZ | 10.4 | 15.7 | 18.7 | - |
| YUV | 88.29 | 143.07 | 70.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 124 | 115 | 0.94 | 0 | 0.07 | 0.51 | 175.34 | 0.88 | 0.26 |
| Hex | 8 | 7C | 73 | 5E | 0 | 7 | 33 | AF | 58 | 1A |
| Octal | 10 | 174 | 163 | 136 | 0 | 7 | 63 | 257 | 130 | 32 |
| Binary | 1000 | 1111100 | 1110011 | 1011110 | 0 | 111 | 110011 | 10101111 | 1011000 | 11010 |
Color Harmonies of #087C73
Complementary color
Monochromatic Colors of #087C73
Black with #087C73
Text Example
Text Example
White with #087C73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #087C73; }
p { color: rgb(8,124,115); }
H1.HeaderClassName
{
color: #087C73;
}
.AnyTagClassName
{
color: #087C73;
}
</style>
background-color css
<style>
a { background-color: #087C73; }
a { background-color: rgb(8,124,115); }
div.DivClassName
{
background-color: #087C73;
}
.BgClassName
{
background-color: #087C73;
}
</style>
border-color css
<style>
span { border-color: #087C73; }
span { border-color: rgb(8,124,115); }
td.TdClassName
{
border-color: #087C73;
}
.TagClassName
{
border-color: #087C73;
}
</style>