Shades of Pine Green #00776F
Tints of Pine Green #00776F
RGB
CMYK
RGB Variations
Color information
#00776F (or 0x00776F) is known color: Pine Green. HEX triplet: 00, 77 and 6F. RGB value is (0,119,111). Sum of RGB (Red+Green+Blue) = 0+119+111=230 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 230); Green value is 119 (46.88% from 255 or 51.74% from 230); Blue value is 111 (43.75% from 255 or 48.26% from 230); Max value from RGB is 119 - color contains mainly: green. Hex color #00776F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #00776F is #FF8890. Grayscale: #525252. Windows color (decimal): -16746641 or 7304960. OLE color: 7304960.
HSL color Cylindrical-coordinate representation of color #00776F: hue angle of 175.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 #00776F is Cyan = 1, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 0 | 119 | 111 | - |
| CMYK | 1 | 0 | 0.07 | 0.53 |
| HSL | 175.97º | 1% | 0.23% | - |
| HSV(B) | 175.97º | 1% | 0.47% | - |
| XYZ | 9.47 | 14.34 | 17.31 | - |
| YUV | 82.51 | 144.08 | 69.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 119 | 111 | 1 | 0 | 0.07 | 0.53 | 175.97 | 1 | 0.23 |
| Hex | 0 | 77 | 6F | 64 | 0 | 7 | 35 | B0 | 64 | 17 |
| Octal | 0 | 167 | 157 | 144 | 0 | 7 | 65 | 260 | 144 | 27 |
| Binary | 0 | 1110111 | 1101111 | 1100100 | 0 | 111 | 110101 | 10110000 | 1100100 | 10111 |
Color Harmonies of #00776F
Complementary color
Monochromatic Colors of #00776F
Black with #00776F
Text Example
Text Example
White with #00776F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00776F; }
p { color: rgb(0,119,111); }
H1.HeaderClassName
{
color: #00776F;
}
.AnyTagClassName
{
color: #00776F;
}
</style>
background-color css
<style>
a { background-color: #00776F; }
a { background-color: rgb(0,119,111); }
div.DivClassName
{
background-color: #00776F;
}
.BgClassName
{
background-color: #00776F;
}
</style>
border-color css
<style>
span { border-color: #00776F; }
span { border-color: rgb(0,119,111); }
td.TdClassName
{
border-color: #00776F;
}
.TagClassName
{
border-color: #00776F;
}
</style>