Shades of Pine Green #087568
Tints of Pine Green #087568
RGB
CMYK
RGB Variations
Color information
#087568 (or 0x087568) is known color: Pine Green. HEX triplet: 08, 75 and 68. RGB value is (8,117,104). Sum of RGB (Red+Green+Blue) = 8+117+104=229 (30% of max value = 765). Red value is 8 (3.52% from 255 or 3.49% from 229); Green value is 117 (46.09% from 255 or 51.09% from 229); Blue value is 104 (41.02% from 255 or 45.41% from 229); Max value from RGB is 117 - color contains mainly: green. Hex color #087568 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #087568 is #F78A97. Grayscale: #525252. Windows color (decimal): -16222872 or 6845704. OLE color: 6845704.
HSL color Cylindrical-coordinate representation of color #087568: hue angle of 172.84º degrees, saturation: 0.87, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #087568 is Cyan = 0.93, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 8 | 117 | 104 | - |
| CMYK | 0.93 | 0 | 0.11 | 0.54 |
| HSL | 172.84º | 0.87% | 0.25% | - |
| HSV(B) | 172.84º | 0.93% | 0.46% | - |
| XYZ | 8.96 | 13.77 | 15.28 | - |
| YUV | 82.93 | 139.89 | 74.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 117 | 104 | 0.93 | 0 | 0.11 | 0.54 | 172.84 | 0.87 | 0.25 |
| Hex | 8 | 75 | 68 | 5D | 0 | B | 36 | AD | 57 | 19 |
| Octal | 10 | 165 | 150 | 135 | 0 | 13 | 66 | 255 | 127 | 31 |
| Binary | 1000 | 1110101 | 1101000 | 1011101 | 0 | 1011 | 110110 | 10101101 | 1010111 | 11001 |
Color Harmonies of #087568
Complementary color
Monochromatic Colors of #087568
Black with #087568
Text Example
Text Example
White with #087568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #087568; }
p { color: rgb(8,117,104); }
H1.HeaderClassName
{
color: #087568;
}
.AnyTagClassName
{
color: #087568;
}
</style>
background-color css
<style>
a { background-color: #087568; }
a { background-color: rgb(8,117,104); }
div.DivClassName
{
background-color: #087568;
}
.BgClassName
{
background-color: #087568;
}
</style>
border-color css
<style>
span { border-color: #087568; }
span { border-color: rgb(8,117,104); }
td.TdClassName
{
border-color: #087568;
}
.TagClassName
{
border-color: #087568;
}
</style>