Shades of Pine Green #087768
Tints of Pine Green #087768
RGB
CMYK
RGB Variations
Color information
#087768 (or 0x087768) is known color: Pine Green. HEX triplet: 08, 77 and 68. RGB value is (8,119,104). Sum of RGB (Red+Green+Blue) = 8+119+104=231 (30% of max value = 765). Red value is 8 (3.52% from 255 or 3.46% from 231); Green value is 119 (46.88% from 255 or 51.52% from 231); Blue value is 104 (41.02% from 255 or 45.02% from 231); Max value from RGB is 119 - color contains mainly: green. Hex color #087768 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #087768 is #F78897. Grayscale: #545454. Windows color (decimal): -16222360 or 6846216. OLE color: 6846216.
HSL color Cylindrical-coordinate representation of color #087768: hue angle of 171.89º degrees, saturation: 0.87, 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 #087768 is Cyan = 0.93, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 8 | 119 | 104 | - |
| CMYK | 0.93 | 0 | 0.13 | 0.53 |
| HSL | 171.89º | 0.87% | 0.25% | - |
| HSV(B) | 171.89º | 0.93% | 0.47% | - |
| XYZ | 9.2 | 14.24 | 15.36 | - |
| YUV | 84.1 | 139.23 | 73.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 119 | 104 | 0.93 | 0 | 0.13 | 0.53 | 171.89 | 0.87 | 0.25 |
| Hex | 8 | 77 | 68 | 5D | 0 | D | 35 | AC | 57 | 19 |
| Octal | 10 | 167 | 150 | 135 | 0 | 15 | 65 | 254 | 127 | 31 |
| Binary | 1000 | 1110111 | 1101000 | 1011101 | 0 | 1101 | 110101 | 10101100 | 1010111 | 11001 |
Color Harmonies of #087768
Complementary color
Monochromatic Colors of #087768
Black with #087768
Text Example
Text Example
White with #087768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #087768; }
p { color: rgb(8,119,104); }
H1.HeaderClassName
{
color: #087768;
}
.AnyTagClassName
{
color: #087768;
}
</style>
background-color css
<style>
a { background-color: #087768; }
a { background-color: rgb(8,119,104); }
div.DivClassName
{
background-color: #087768;
}
.BgClassName
{
background-color: #087768;
}
</style>
border-color css
<style>
span { border-color: #087768; }
span { border-color: rgb(8,119,104); }
td.TdClassName
{
border-color: #087768;
}
.TagClassName
{
border-color: #087768;
}
</style>