Shades of Pine Green #087A6E
Tints of Pine Green #087A6E
RGB
CMYK
RGB Variations
Color information
#087A6E (or 0x087A6E) is known color: Pine Green. HEX triplet: 08, 7A and 6E. RGB value is (8,122,110). Sum of RGB (Red+Green+Blue) = 8+122+110=240 (31% of max value = 765). Red value is 8 (3.52% from 255 or 3.33% from 240); Green value is 122 (48.05% from 255 or 50.83% from 240); Blue value is 110 (43.36% from 255 or 45.83% from 240); Max value from RGB is 122 - color contains mainly: green. Hex color #087A6E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #087A6E is #F78591. Grayscale: #565656. Windows color (decimal): -16221586 or 7240200. OLE color: 7240200.
HSL color Cylindrical-coordinate representation of color #087A6E: hue angle of 173.68º 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 #087A6E is Cyan = 0.93, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 8 | 122 | 110 | - |
| CMYK | 0.93 | 0 | 0.10 | 0.52 |
| HSL | 173.68º | 0.88% | 0.25% | - |
| HSV(B) | 173.68º | 0.93% | 0.48% | - |
| XYZ | 9.87 | 15.1 | 17.15 | - |
| YUV | 86.55 | 141.23 | 71.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 122 | 110 | 0.93 | 0 | 0.10 | 0.52 | 173.68 | 0.88 | 0.25 |
| Hex | 8 | 7A | 6E | 5D | 0 | A | 34 | AE | 58 | 19 |
| Octal | 10 | 172 | 156 | 135 | 0 | 12 | 64 | 256 | 130 | 31 |
| Binary | 1000 | 1111010 | 1101110 | 1011101 | 0 | 1010 | 110100 | 10101110 | 1011000 | 11001 |
Color Harmonies of #087A6E
Complementary color
Monochromatic Colors of #087A6E
Black with #087A6E
Text Example
Text Example
White with #087A6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #087A6E; }
p { color: rgb(8,122,110); }
H1.HeaderClassName
{
color: #087A6E;
}
.AnyTagClassName
{
color: #087A6E;
}
</style>
background-color css
<style>
a { background-color: #087A6E; }
a { background-color: rgb(8,122,110); }
div.DivClassName
{
background-color: #087A6E;
}
.BgClassName
{
background-color: #087A6E;
}
</style>
border-color css
<style>
span { border-color: #087A6E; }
span { border-color: rgb(8,122,110); }
td.TdClassName
{
border-color: #087A6E;
}
.TagClassName
{
border-color: #087A6E;
}
</style>