Shades of Pine Green #08746D
Tints of Pine Green #08746D
RGB
CMYK
RGB Variations
Color information
#08746D (or 0x08746D) is known color: Pine Green. HEX triplet: 08, 74 and 6D. RGB value is (8,116,109). Sum of RGB (Red+Green+Blue) = 8+116+109=233 (30% of max value = 765). Red value is 8 (3.52% from 255 or 3.43% from 233); Green value is 116 (45.70% from 255 or 49.79% from 233); Blue value is 109 (42.97% from 255 or 46.78% from 233); Max value from RGB is 116 - color contains mainly: green. Hex color #08746D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #08746D is #F78B92. Grayscale: #525252. Windows color (decimal): -16223123 or 7173128. OLE color: 7173128.
HSL color Cylindrical-coordinate representation of color #08746D: hue angle of 176.11º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #08746D is Cyan = 0.93, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 8 | 116 | 109 | - |
| CMYK | 0.93 | 0 | 0.06 | 0.55 |
| HSL | 176.11º | 0.87% | 0.24% | - |
| HSV(B) | 176.11º | 0.93% | 0.45% | - |
| XYZ | 9.11 | 13.65 | 16.62 | - |
| YUV | 82.91 | 142.72 | 74.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 116 | 109 | 0.93 | 0 | 0.06 | 0.55 | 176.11 | 0.87 | 0.24 |
| Hex | 8 | 74 | 6D | 5D | 0 | 6 | 37 | B0 | 57 | 18 |
| Octal | 10 | 164 | 155 | 135 | 0 | 6 | 67 | 260 | 127 | 30 |
| Binary | 1000 | 1110100 | 1101101 | 1011101 | 0 | 110 | 110111 | 10110000 | 1010111 | 11000 |
Color Harmonies of #08746D
Complementary color
Monochromatic Colors of #08746D
Black with #08746D
Text Example
Text Example
White with #08746D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08746D; }
p { color: rgb(8,116,109); }
H1.HeaderClassName
{
color: #08746D;
}
.AnyTagClassName
{
color: #08746D;
}
</style>
background-color css
<style>
a { background-color: #08746D; }
a { background-color: rgb(8,116,109); }
div.DivClassName
{
background-color: #08746D;
}
.BgClassName
{
background-color: #08746D;
}
</style>
border-color css
<style>
span { border-color: #08746D; }
span { border-color: rgb(8,116,109); }
td.TdClassName
{
border-color: #08746D;
}
.TagClassName
{
border-color: #08746D;
}
</style>