Shades of Pine Green #00776E
Tints of Pine Green #00776E
RGB
CMYK
RGB Variations
Color information
#00776E (or 0x00776E) is known color: Pine Green. HEX triplet: 00, 77 and 6E. RGB value is (0,119,110). Sum of RGB (Red+Green+Blue) = 0+119+110=229 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 229); Green value is 119 (46.88% from 255 or 51.97% from 229); Blue value is 110 (43.36% from 255 or 48.03% from 229); Max value from RGB is 119 - color contains mainly: green. Hex color #00776E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #00776E is #FF8891. Grayscale: #525252. Windows color (decimal): -16746642 or 7239424. OLE color: 7239424.
HSL color Cylindrical-coordinate representation of color #00776E: hue angle of 175.46º 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 #00776E is Cyan = 1, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 0 | 119 | 110 | - |
| CMYK | 1 | 0 | 0.08 | 0.53 |
| HSL | 175.46º | 1% | 0.23% | - |
| HSV(B) | 175.46º | 1% | 0.47% | - |
| XYZ | 9.41 | 14.32 | 17.02 | - |
| YUV | 82.39 | 143.58 | 69.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 119 | 110 | 1 | 0 | 0.08 | 0.53 | 175.46 | 1 | 0.23 |
| Hex | 0 | 77 | 6E | 64 | 0 | 8 | 35 | AF | 64 | 17 |
| Octal | 0 | 167 | 156 | 144 | 0 | 10 | 65 | 257 | 144 | 27 |
| Binary | 0 | 1110111 | 1101110 | 1100100 | 0 | 1000 | 110101 | 10101111 | 1100100 | 10111 |
Color Harmonies of #00776E
Complementary color
Monochromatic Colors of #00776E
Black with #00776E
Text Example
Text Example
White with #00776E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00776E; }
p { color: rgb(0,119,110); }
H1.HeaderClassName
{
color: #00776E;
}
.AnyTagClassName
{
color: #00776E;
}
</style>
background-color css
<style>
a { background-color: #00776E; }
a { background-color: rgb(0,119,110); }
div.DivClassName
{
background-color: #00776E;
}
.BgClassName
{
background-color: #00776E;
}
</style>
border-color css
<style>
span { border-color: #00776E; }
span { border-color: rgb(0,119,110); }
td.TdClassName
{
border-color: #00776E;
}
.TagClassName
{
border-color: #00776E;
}
</style>