Shades of Pine Green #087C6A
Tints of Pine Green #087C6A
RGB
CMYK
RGB Variations
Color information
#087C6A (or 0x087C6A) is known color: Pine Green. HEX triplet: 08, 7C and 6A. RGB value is (8,124,106). Sum of RGB (Red+Green+Blue) = 8+124+106=238 (31% of max value = 765). Red value is 8 (3.52% from 255 or 3.36% from 238); Green value is 124 (48.83% from 255 or 52.10% from 238); Blue value is 106 (41.80% from 255 or 44.54% from 238); Max value from RGB is 124 - color contains mainly: green. Hex color #087C6A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #087C6A is #F78395. Grayscale: #575757. Windows color (decimal): -16221078 or 6978568. OLE color: 6978568.
HSL color Cylindrical-coordinate representation of color #087C6A: hue angle of 170.69º 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 #087C6A is Cyan = 0.94, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 8 | 124 | 106 | - |
| CMYK | 0.94 | 0 | 0.15 | 0.51 |
| HSL | 170.69º | 0.88% | 0.26% | - |
| HSV(B) | 170.69º | 0.94% | 0.49% | - |
| XYZ | 9.91 | 15.51 | 16.11 | - |
| YUV | 87.26 | 138.57 | 71.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 124 | 106 | 0.94 | 0 | 0.15 | 0.51 | 170.69 | 0.88 | 0.26 |
| Hex | 8 | 7C | 6A | 5E | 0 | F | 33 | AB | 58 | 1A |
| Octal | 10 | 174 | 152 | 136 | 0 | 17 | 63 | 253 | 130 | 32 |
| Binary | 1000 | 1111100 | 1101010 | 1011110 | 0 | 1111 | 110011 | 10101011 | 1011000 | 11010 |
Color Harmonies of #087C6A
Complementary color
Monochromatic Colors of #087C6A
Black with #087C6A
Text Example
Text Example
White with #087C6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #087C6A; }
p { color: rgb(8,124,106); }
H1.HeaderClassName
{
color: #087C6A;
}
.AnyTagClassName
{
color: #087C6A;
}
</style>
background-color css
<style>
a { background-color: #087C6A; }
a { background-color: rgb(8,124,106); }
div.DivClassName
{
background-color: #087C6A;
}
.BgClassName
{
background-color: #087C6A;
}
</style>
border-color css
<style>
span { border-color: #087C6A; }
span { border-color: rgb(8,124,106); }
td.TdClassName
{
border-color: #087C6A;
}
.TagClassName
{
border-color: #087C6A;
}
</style>