Shades of Pine Green #08786A
Tints of Pine Green #08786A
RGB
CMYK
RGB Variations
Color information
#08786A (or 0x08786A) is known color: Pine Green. HEX triplet: 08, 78 and 6A. RGB value is (8,120,106). Sum of RGB (Red+Green+Blue) = 8+120+106=234 (30% of max value = 765). Red value is 8 (3.52% from 255 or 3.42% from 234); Green value is 120 (47.27% from 255 or 51.28% from 234); Blue value is 106 (41.80% from 255 or 45.30% from 234); Max value from RGB is 120 - color contains mainly: green. Hex color #08786A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #08786A is #F78795. Grayscale: #545454. Windows color (decimal): -16222102 or 6977544. OLE color: 6977544.
HSL color Cylindrical-coordinate representation of color #08786A: hue angle of 172.5º degrees, saturation: 0.88, 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 #08786A is Cyan = 0.93, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 8 | 120 | 106 | - |
| CMYK | 0.93 | 0 | 0.12 | 0.53 |
| HSL | 172.5º | 0.88% | 0.25% | - |
| HSV(B) | 172.5º | 0.93% | 0.47% | - |
| XYZ | 9.42 | 14.53 | 15.94 | - |
| YUV | 84.92 | 139.89 | 73.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 120 | 106 | 0.93 | 0 | 0.12 | 0.53 | 172.5 | 0.88 | 0.25 |
| Hex | 8 | 78 | 6A | 5D | 0 | C | 35 | AC | 58 | 19 |
| Octal | 10 | 170 | 152 | 135 | 0 | 14 | 65 | 254 | 130 | 31 |
| Binary | 1000 | 1111000 | 1101010 | 1011101 | 0 | 1100 | 110101 | 10101100 | 1011000 | 11001 |
Color Harmonies of #08786A
Complementary color
Monochromatic Colors of #08786A
Black with #08786A
Text Example
Text Example
White with #08786A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08786A; }
p { color: rgb(8,120,106); }
H1.HeaderClassName
{
color: #08786A;
}
.AnyTagClassName
{
color: #08786A;
}
</style>
background-color css
<style>
a { background-color: #08786A; }
a { background-color: rgb(8,120,106); }
div.DivClassName
{
background-color: #08786A;
}
.BgClassName
{
background-color: #08786A;
}
</style>
border-color css
<style>
span { border-color: #08786A; }
span { border-color: rgb(8,120,106); }
td.TdClassName
{
border-color: #08786A;
}
.TagClassName
{
border-color: #08786A;
}
</style>