Shades of Pine Green #08766F
Tints of Pine Green #08766F
RGB
CMYK
RGB Variations
Color information
#08766F (or 0x08766F) is known color: Pine Green. HEX triplet: 08, 76 and 6F. RGB value is (8,118,111). Sum of RGB (Red+Green+Blue) = 8+118+111=237 (31% of max value = 765). Red value is 8 (3.52% from 255 or 3.38% from 237); Green value is 118 (46.48% from 255 or 49.79% from 237); Blue value is 111 (43.75% from 255 or 46.84% from 237); Max value from RGB is 118 - color contains mainly: green. Hex color #08766F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #08766F is #F78990. Grayscale: #545454. Windows color (decimal): -16222609 or 7304712. OLE color: 7304712.
HSL color Cylindrical-coordinate representation of color #08766F: hue angle of 176.18º 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 #08766F is Cyan = 0.93, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 8 | 118 | 111 | - |
| CMYK | 0.93 | 0 | 0.06 | 0.54 |
| HSL | 176.18º | 0.87% | 0.25% | - |
| HSV(B) | 176.18º | 0.93% | 0.46% | - |
| XYZ | 9.45 | 14.16 | 17.27 | - |
| YUV | 84.31 | 143.06 | 73.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 118 | 111 | 0.93 | 0 | 0.06 | 0.54 | 176.18 | 0.87 | 0.25 |
| Hex | 8 | 76 | 6F | 5D | 0 | 6 | 36 | B0 | 57 | 19 |
| Octal | 10 | 166 | 157 | 135 | 0 | 6 | 66 | 260 | 127 | 31 |
| Binary | 1000 | 1110110 | 1101111 | 1011101 | 0 | 110 | 110110 | 10110000 | 1010111 | 11001 |
Color Harmonies of #08766F
Complementary color
Monochromatic Colors of #08766F
Black with #08766F
Text Example
Text Example
White with #08766F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08766F; }
p { color: rgb(8,118,111); }
H1.HeaderClassName
{
color: #08766F;
}
.AnyTagClassName
{
color: #08766F;
}
</style>
background-color css
<style>
a { background-color: #08766F; }
a { background-color: rgb(8,118,111); }
div.DivClassName
{
background-color: #08766F;
}
.BgClassName
{
background-color: #08766F;
}
</style>
border-color css
<style>
span { border-color: #08766F; }
span { border-color: rgb(8,118,111); }
td.TdClassName
{
border-color: #08766F;
}
.TagClassName
{
border-color: #08766F;
}
</style>