Shades of Pine Green #007771
Tints of Pine Green #007771
RGB
CMYK
RGB Variations
Color information
#007771 (or 0x007771) is known color: Pine Green. HEX triplet: 00, 77 and 71. RGB value is (0,119,113). Sum of RGB (Red+Green+Blue) = 0+119+113=232 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 232); Green value is 119 (46.88% from 255 or 51.29% from 232); Blue value is 113 (44.53% from 255 or 48.71% from 232); Max value from RGB is 119 - color contains mainly: green. Hex color #007771 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #007771 is #FF888E. Grayscale: #525252. Windows color (decimal): -16746639 or 7436032. OLE color: 7436032.
HSL color Cylindrical-coordinate representation of color #007771: hue angle of 176.97º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007771 is Cyan = 1, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 0 | 119 | 113 | - |
| CMYK | 1 | 0 | 0.05 | 0.53 |
| HSL | 176.97º | 1% | 0.23% | - |
| HSV(B) | 176.97º | 1% | 0.47% | - |
| XYZ | 9.58 | 14.39 | 17.89 | - |
| YUV | 82.74 | 145.08 | 68.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 119 | 113 | 1 | 0 | 0.05 | 0.53 | 176.97 | 1 | 0.23 |
| Hex | 0 | 77 | 71 | 64 | 0 | 5 | 35 | B1 | 64 | 17 |
| Octal | 0 | 167 | 161 | 144 | 0 | 5 | 65 | 261 | 144 | 27 |
| Binary | 0 | 1110111 | 1110001 | 1100100 | 0 | 101 | 110101 | 10110001 | 1100100 | 10111 |
Color Harmonies of #007771
Complementary color
Monochromatic Colors of #007771
Black with #007771
Text Example
Text Example
White with #007771
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #007771; }
p { color: rgb(0,119,113); }
H1.HeaderClassName
{
color: #007771;
}
.AnyTagClassName
{
color: #007771;
}
</style>
background-color css
<style>
a { background-color: #007771; }
a { background-color: rgb(0,119,113); }
div.DivClassName
{
background-color: #007771;
}
.BgClassName
{
background-color: #007771;
}
</style>
border-color css
<style>
span { border-color: #007771; }
span { border-color: rgb(0,119,113); }
td.TdClassName
{
border-color: #007771;
}
.TagClassName
{
border-color: #007771;
}
</style>