Shades of Pine Green #08786D
Tints of Pine Green #08786D
RGB
CMYK
RGB Variations
Color information
#08786D (or 0x08786D) is known color: Pine Green. HEX triplet: 08, 78 and 6D. RGB value is (8,120,109). Sum of RGB (Red+Green+Blue) = 8+120+109=237 (31% of max value = 765). Red value is 8 (3.52% from 255 or 3.38% from 237); Green value is 120 (47.27% from 255 or 50.63% from 237); Blue value is 109 (42.97% from 255 or 45.99% from 237); Max value from RGB is 120 - color contains mainly: green. Hex color #08786D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #08786D is #F78792. Grayscale: #555555. Windows color (decimal): -16222099 or 7174152. OLE color: 7174152.
HSL color Cylindrical-coordinate representation of color #08786D: hue angle of 174.11º 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 #08786D is Cyan = 0.93, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 8 | 120 | 109 | - |
| CMYK | 0.93 | 0 | 0.09 | 0.53 |
| HSL | 174.11º | 0.88% | 0.25% | - |
| HSV(B) | 174.11º | 0.93% | 0.47% | - |
| XYZ | 9.58 | 14.59 | 16.78 | - |
| YUV | 85.26 | 141.39 | 72.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 120 | 109 | 0.93 | 0 | 0.09 | 0.53 | 174.11 | 0.88 | 0.25 |
| Hex | 8 | 78 | 6D | 5D | 0 | 9 | 35 | AE | 58 | 19 |
| Octal | 10 | 170 | 155 | 135 | 0 | 11 | 65 | 256 | 130 | 31 |
| Binary | 1000 | 1111000 | 1101101 | 1011101 | 0 | 1001 | 110101 | 10101110 | 1011000 | 11001 |
Color Harmonies of #08786D
Complementary color
Monochromatic Colors of #08786D
Black with #08786D
Text Example
Text Example
White with #08786D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08786D; }
p { color: rgb(8,120,109); }
H1.HeaderClassName
{
color: #08786D;
}
.AnyTagClassName
{
color: #08786D;
}
</style>
background-color css
<style>
a { background-color: #08786D; }
a { background-color: rgb(8,120,109); }
div.DivClassName
{
background-color: #08786D;
}
.BgClassName
{
background-color: #08786D;
}
</style>
border-color css
<style>
span { border-color: #08786D; }
span { border-color: rgb(8,120,109); }
td.TdClassName
{
border-color: #08786D;
}
.TagClassName
{
border-color: #08786D;
}
</style>