Shades of Pine Green #087872
Tints of Pine Green #087872
RGB
CMYK
RGB Variations
Color information
#087872 (or 0x087872) is known color: Pine Green. HEX triplet: 08, 78 and 72. RGB value is (8,120,114). Sum of RGB (Red+Green+Blue) = 8+120+114=242 (32% of max value = 765). Red value is 8 (3.52% from 255 or 3.31% from 242); Green value is 120 (47.27% from 255 or 49.59% from 242); Blue value is 114 (44.92% from 255 or 47.11% from 242); Max value from RGB is 120 - color contains mainly: green. Hex color #087872 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #087872 is #F7878D. Grayscale: #555555. Windows color (decimal): -16222094 or 7501832. OLE color: 7501832.
HSL color Cylindrical-coordinate representation of color #087872: hue angle of 176.79º degrees, saturation: 0.88, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #087872 is Cyan = 0.93, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 8 | 120 | 114 | - |
| CMYK | 0.93 | 0 | 0.05 | 0.53 |
| HSL | 176.79º | 0.88% | 0.25% | - |
| HSV(B) | 176.79º | 0.93% | 0.47% | - |
| XYZ | 9.85 | 14.7 | 18.24 | - |
| YUV | 85.83 | 143.89 | 72.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 120 | 114 | 0.93 | 0 | 0.05 | 0.53 | 176.79 | 0.88 | 0.25 |
| Hex | 8 | 78 | 72 | 5D | 0 | 5 | 35 | B1 | 58 | 19 |
| Octal | 10 | 170 | 162 | 135 | 0 | 5 | 65 | 261 | 130 | 31 |
| Binary | 1000 | 1111000 | 1110010 | 1011101 | 0 | 101 | 110101 | 10110001 | 1011000 | 11001 |
Color Harmonies of #087872
Complementary color
Monochromatic Colors of #087872
Black with #087872
Text Example
Text Example
White with #087872
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #087872; }
p { color: rgb(8,120,114); }
H1.HeaderClassName
{
color: #087872;
}
.AnyTagClassName
{
color: #087872;
}
</style>
background-color css
<style>
a { background-color: #087872; }
a { background-color: rgb(8,120,114); }
div.DivClassName
{
background-color: #087872;
}
.BgClassName
{
background-color: #087872;
}
</style>
border-color css
<style>
span { border-color: #087872; }
span { border-color: rgb(8,120,114); }
td.TdClassName
{
border-color: #087872;
}
.TagClassName
{
border-color: #087872;
}
</style>