Shades of Pine Green #08756C
Tints of Pine Green #08756C
RGB
CMYK
RGB Variations
Color information
#08756C (or 0x08756C) is known color: Pine Green. HEX triplet: 08, 75 and 6C. RGB value is (8,117,108). Sum of RGB (Red+Green+Blue) = 8+117+108=233 (30% of max value = 765). Red value is 8 (3.52% from 255 or 3.43% from 233); Green value is 117 (46.09% from 255 or 50.21% from 233); Blue value is 108 (42.58% from 255 or 46.35% from 233); Max value from RGB is 117 - color contains mainly: green. Hex color #08756C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #08756C is #F78A93. Grayscale: #535353. Windows color (decimal): -16222868 or 7107848. OLE color: 7107848.
HSL color Cylindrical-coordinate representation of color #08756C: hue angle of 175.05º 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 #08756C is Cyan = 0.93, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 8 | 117 | 108 | - |
| CMYK | 0.93 | 0 | 0.08 | 0.54 |
| HSL | 175.05º | 0.87% | 0.25% | - |
| HSV(B) | 175.05º | 0.93% | 0.46% | - |
| XYZ | 9.17 | 13.86 | 16.38 | - |
| YUV | 83.38 | 141.89 | 74.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 117 | 108 | 0.93 | 0 | 0.08 | 0.54 | 175.05 | 0.87 | 0.25 |
| Hex | 8 | 75 | 6C | 5D | 0 | 8 | 36 | AF | 57 | 19 |
| Octal | 10 | 165 | 154 | 135 | 0 | 10 | 66 | 257 | 127 | 31 |
| Binary | 1000 | 1110101 | 1101100 | 1011101 | 0 | 1000 | 110110 | 10101111 | 1010111 | 11001 |
Color Harmonies of #08756C
Complementary color
Monochromatic Colors of #08756C
Black with #08756C
Text Example
Text Example
White with #08756C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08756C; }
p { color: rgb(8,117,108); }
H1.HeaderClassName
{
color: #08756C;
}
.AnyTagClassName
{
color: #08756C;
}
</style>
background-color css
<style>
a { background-color: #08756C; }
a { background-color: rgb(8,117,108); }
div.DivClassName
{
background-color: #08756C;
}
.BgClassName
{
background-color: #08756C;
}
</style>
border-color css
<style>
span { border-color: #08756C; }
span { border-color: rgb(8,117,108); }
td.TdClassName
{
border-color: #08756C;
}
.TagClassName
{
border-color: #08756C;
}
</style>