Shades of Pine Green #087A68
Tints of Pine Green #087A68
RGB
CMYK
RGB Variations
Color information
#087A68 (or 0x087A68) is known color: Pine Green. HEX triplet: 08, 7A and 68. RGB value is (8,122,104). Sum of RGB (Red+Green+Blue) = 8+122+104=234 (30% of max value = 765). Red value is 8 (3.52% from 255 or 3.42% from 234); Green value is 122 (48.05% from 255 or 52.14% from 234); Blue value is 104 (41.02% from 255 or 44.44% from 234); Max value from RGB is 122 - color contains mainly: green. Hex color #087A68 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #087A68 is #F78597. Grayscale: #555555. Windows color (decimal): -16221592 or 6846984. OLE color: 6846984.
HSL color Cylindrical-coordinate representation of color #087A68: hue angle of 170.53º 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 #087A68 is Cyan = 0.93, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 8 | 122 | 104 | - |
| CMYK | 0.93 | 0 | 0.15 | 0.52 |
| HSL | 170.53º | 0.88% | 0.25% | - |
| HSV(B) | 170.53º | 0.93% | 0.48% | - |
| XYZ | 9.56 | 14.97 | 15.48 | - |
| YUV | 85.86 | 138.23 | 72.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 122 | 104 | 0.93 | 0 | 0.15 | 0.52 | 170.53 | 0.88 | 0.25 |
| Hex | 8 | 7A | 68 | 5D | 0 | F | 34 | AB | 58 | 19 |
| Octal | 10 | 172 | 150 | 135 | 0 | 17 | 64 | 253 | 130 | 31 |
| Binary | 1000 | 1111010 | 1101000 | 1011101 | 0 | 1111 | 110100 | 10101011 | 1011000 | 11001 |
Color Harmonies of #087A68
Complementary color
Monochromatic Colors of #087A68
Black with #087A68
Text Example
Text Example
White with #087A68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #087A68; }
p { color: rgb(8,122,104); }
H1.HeaderClassName
{
color: #087A68;
}
.AnyTagClassName
{
color: #087A68;
}
</style>
background-color css
<style>
a { background-color: #087A68; }
a { background-color: rgb(8,122,104); }
div.DivClassName
{
background-color: #087A68;
}
.BgClassName
{
background-color: #087A68;
}
</style>
border-color css
<style>
span { border-color: #087A68; }
span { border-color: rgb(8,122,104); }
td.TdClassName
{
border-color: #087A68;
}
.TagClassName
{
border-color: #087A68;
}
</style>