Shades of Pine Green #08766A
Tints of Pine Green #08766A
RGB
CMYK
RGB Variations
Color information
#08766A (or 0x08766A) is known color: Pine Green. HEX triplet: 08, 76 and 6A. RGB value is (8,118,106). Sum of RGB (Red+Green+Blue) = 8+118+106=232 (30% of max value = 765). Red value is 8 (3.52% from 255 or 3.45% from 232); Green value is 118 (46.48% from 255 or 50.86% from 232); Blue value is 106 (41.80% from 255 or 45.69% from 232); Max value from RGB is 118 - color contains mainly: green. Hex color #08766A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #08766A is #F78995. Grayscale: #535353. Windows color (decimal): -16222614 or 6977032. OLE color: 6977032.
HSL color Cylindrical-coordinate representation of color #08766A: hue angle of 173.45º 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 #08766A is Cyan = 0.93, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 8 | 118 | 106 | - |
| CMYK | 0.93 | 0 | 0.10 | 0.54 |
| HSL | 173.45º | 0.87% | 0.25% | - |
| HSV(B) | 173.45º | 0.93% | 0.46% | - |
| XYZ | 9.18 | 14.05 | 15.86 | - |
| YUV | 83.74 | 140.56 | 73.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 118 | 106 | 0.93 | 0 | 0.10 | 0.54 | 173.45 | 0.87 | 0.25 |
| Hex | 8 | 76 | 6A | 5D | 0 | A | 36 | AD | 57 | 19 |
| Octal | 10 | 166 | 152 | 135 | 0 | 12 | 66 | 255 | 127 | 31 |
| Binary | 1000 | 1110110 | 1101010 | 1011101 | 0 | 1010 | 110110 | 10101101 | 1010111 | 11001 |
Color Harmonies of #08766A
Complementary color
Monochromatic Colors of #08766A
Black with #08766A
Text Example
Text Example
White with #08766A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08766A; }
p { color: rgb(8,118,106); }
H1.HeaderClassName
{
color: #08766A;
}
.AnyTagClassName
{
color: #08766A;
}
</style>
background-color css
<style>
a { background-color: #08766A; }
a { background-color: rgb(8,118,106); }
div.DivClassName
{
background-color: #08766A;
}
.BgClassName
{
background-color: #08766A;
}
</style>
border-color css
<style>
span { border-color: #08766A; }
span { border-color: rgb(8,118,106); }
td.TdClassName
{
border-color: #08766A;
}
.TagClassName
{
border-color: #08766A;
}
</style>