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