Shades of Pine Green #086C68
Tints of Pine Green #086C68
RGB
CMYK
RGB Variations
Color information
#086C68 (or 0x086C68) is known color: Pine Green. HEX triplet: 08, 6C and 68. RGB value is (8,108,104). Sum of RGB (Red+Green+Blue) = 8+108+104=220 (29% of max value = 765). Red value is 8 (3.52% from 255 or 3.64% from 220); Green value is 108 (42.58% from 255 or 49.09% from 220); Blue value is 104 (41.02% from 255 or 47.27% from 220); Max value from RGB is 108 - color contains mainly: green. Hex color #086C68 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #086C68 is #F79397. Grayscale: #4D4D4D. Windows color (decimal): -16225176 or 6843400. OLE color: 6843400.
HSL color Cylindrical-coordinate representation of color #086C68: hue angle of 177.6º degrees, saturation: 0.86, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #086C68 is Cyan = 0.93, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 8 | 108 | 104 | - |
| CMYK | 0.93 | 0 | 0.04 | 0.58 |
| HSL | 177.6º | 0.86% | 0.23% | - |
| HSV(B) | 177.6º | 0.93% | 0.42% | - |
| XYZ | 7.96 | 11.78 | 14.95 | - |
| YUV | 77.64 | 142.87 | 78.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 108 | 104 | 0.93 | 0 | 0.04 | 0.58 | 177.6 | 0.86 | 0.23 |
| Hex | 8 | 6C | 68 | 5D | 0 | 4 | 3A | B2 | 56 | 17 |
| Octal | 10 | 154 | 150 | 135 | 0 | 4 | 72 | 262 | 126 | 27 |
| Binary | 1000 | 1101100 | 1101000 | 1011101 | 0 | 100 | 111010 | 10110010 | 1010110 | 10111 |
Color Harmonies of #086C68
Complementary color
Monochromatic Colors of #086C68
Black with #086C68
Text Example
Text Example
White with #086C68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #086C68; }
p { color: rgb(8,108,104); }
H1.HeaderClassName
{
color: #086C68;
}
.AnyTagClassName
{
color: #086C68;
}
</style>
background-color css
<style>
a { background-color: #086C68; }
a { background-color: rgb(8,108,104); }
div.DivClassName
{
background-color: #086C68;
}
.BgClassName
{
background-color: #086C68;
}
</style>
border-color css
<style>
span { border-color: #086C68; }
span { border-color: rgb(8,108,104); }
td.TdClassName
{
border-color: #086C68;
}
.TagClassName
{
border-color: #086C68;
}
</style>