Shades of Pine Green #08796C
Tints of Pine Green #08796C
RGB
CMYK
RGB Variations
Color information
#08796C (or 0x08796C) is known color: Pine Green. HEX triplet: 08, 79 and 6C. RGB value is (8,121,108). Sum of RGB (Red+Green+Blue) = 8+121+108=237 (31% of max value = 765). Red value is 8 (3.52% from 255 or 3.38% from 237); Green value is 121 (47.66% from 255 or 51.05% from 237); Blue value is 108 (42.58% from 255 or 45.57% from 237); Max value from RGB is 121 - color contains mainly: green. Hex color #08796C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #08796C is #F78693. Grayscale: #555555. Windows color (decimal): -16221844 or 7108872. OLE color: 7108872.
HSL color Cylindrical-coordinate representation of color #08796C: hue angle of 173.1º 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 #08796C is Cyan = 0.93, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 8 | 121 | 108 | - |
| CMYK | 0.93 | 0 | 0.11 | 0.53 |
| HSL | 173.1º | 0.88% | 0.25% | - |
| HSV(B) | 173.1º | 0.93% | 0.47% | - |
| XYZ | 9.64 | 14.81 | 16.54 | - |
| YUV | 85.73 | 140.56 | 72.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 121 | 108 | 0.93 | 0 | 0.11 | 0.53 | 173.1 | 0.88 | 0.25 |
| Hex | 8 | 79 | 6C | 5D | 0 | B | 35 | AD | 58 | 19 |
| Octal | 10 | 171 | 154 | 135 | 0 | 13 | 65 | 255 | 130 | 31 |
| Binary | 1000 | 1111001 | 1101100 | 1011101 | 0 | 1011 | 110101 | 10101101 | 1011000 | 11001 |
Color Harmonies of #08796C
Complementary color
Monochromatic Colors of #08796C
Black with #08796C
Text Example
Text Example
White with #08796C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08796C; }
p { color: rgb(8,121,108); }
H1.HeaderClassName
{
color: #08796C;
}
.AnyTagClassName
{
color: #08796C;
}
</style>
background-color css
<style>
a { background-color: #08796C; }
a { background-color: rgb(8,121,108); }
div.DivClassName
{
background-color: #08796C;
}
.BgClassName
{
background-color: #08796C;
}
</style>
border-color css
<style>
span { border-color: #08796C; }
span { border-color: rgb(8,121,108); }
td.TdClassName
{
border-color: #08796C;
}
.TagClassName
{
border-color: #08796C;
}
</style>