Shades of Pine Green #07776D
Tints of Pine Green #07776D
RGB
CMYK
RGB Variations
Color information
#07776D (or 0x07776D) is known color: Pine Green. HEX triplet: 07, 77 and 6D. RGB value is (7,119,109). Sum of RGB (Red+Green+Blue) = 7+119+109=235 (31% of max value = 765). Red value is 7 (3.12% from 255 or 2.98% from 235); Green value is 119 (46.88% from 255 or 50.64% from 235); Blue value is 109 (42.97% from 255 or 46.38% from 235); Max value from RGB is 119 - color contains mainly: green. Hex color #07776D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #07776D is #F88892. Grayscale: #545454. Windows color (decimal): -16287891 or 7173895. OLE color: 7173895.
HSL color Cylindrical-coordinate representation of color #07776D: hue angle of 174.64º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #07776D is Cyan = 0.94, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 7 | 119 | 109 | - |
| CMYK | 0.94 | 0 | 0.08 | 0.53 |
| HSL | 174.64º | 0.89% | 0.25% | - |
| HSV(B) | 174.64º | 0.94% | 0.47% | - |
| XYZ | 9.44 | 14.34 | 16.74 | - |
| YUV | 84.37 | 141.89 | 72.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 119 | 109 | 0.94 | 0 | 0.08 | 0.53 | 174.64 | 0.89 | 0.25 |
| Hex | 7 | 77 | 6D | 5E | 0 | 8 | 35 | AF | 59 | 19 |
| Octal | 7 | 167 | 155 | 136 | 0 | 10 | 65 | 257 | 131 | 31 |
| Binary | 111 | 1110111 | 1101101 | 1011110 | 0 | 1000 | 110101 | 10101111 | 1011001 | 11001 |
Color Harmonies of #07776D
Complementary color
Monochromatic Colors of #07776D
Black with #07776D
Text Example
Text Example
White with #07776D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07776D; }
p { color: rgb(7,119,109); }
H1.HeaderClassName
{
color: #07776D;
}
.AnyTagClassName
{
color: #07776D;
}
</style>
background-color css
<style>
a { background-color: #07776D; }
a { background-color: rgb(7,119,109); }
div.DivClassName
{
background-color: #07776D;
}
.BgClassName
{
background-color: #07776D;
}
</style>
border-color css
<style>
span { border-color: #07776D; }
span { border-color: rgb(7,119,109); }
td.TdClassName
{
border-color: #07776D;
}
.TagClassName
{
border-color: #07776D;
}
</style>