Shades of Pine Green #07776A
Tints of Pine Green #07776A
RGB
CMYK
RGB Variations
Color information
#07776A (or 0x07776A) is known color: Pine Green. HEX triplet: 07, 77 and 6A. RGB value is (7,119,106). Sum of RGB (Red+Green+Blue) = 7+119+106=232 (30% of max value = 765). Red value is 7 (3.12% from 255 or 3.02% from 232); Green value is 119 (46.88% from 255 or 51.29% from 232); Blue value is 106 (41.80% from 255 or 45.69% from 232); Max value from RGB is 119 - color contains mainly: green. Hex color #07776A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #07776A is #F88895. Grayscale: #535353. Windows color (decimal): -16287894 or 6977287. OLE color: 6977287.
HSL color Cylindrical-coordinate representation of color #07776A: hue angle of 173.04º 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 #07776A is Cyan = 0.94, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 7 | 119 | 106 | - |
| CMYK | 0.94 | 0 | 0.11 | 0.53 |
| HSL | 173.04º | 0.89% | 0.25% | - |
| HSV(B) | 173.04º | 0.94% | 0.47% | - |
| XYZ | 9.29 | 14.28 | 15.9 | - |
| YUV | 84.03 | 140.39 | 73.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 119 | 106 | 0.94 | 0 | 0.11 | 0.53 | 173.04 | 0.89 | 0.25 |
| Hex | 7 | 77 | 6A | 5E | 0 | B | 35 | AD | 59 | 19 |
| Octal | 7 | 167 | 152 | 136 | 0 | 13 | 65 | 255 | 131 | 31 |
| Binary | 111 | 1110111 | 1101010 | 1011110 | 0 | 1011 | 110101 | 10101101 | 1011001 | 11001 |
Color Harmonies of #07776A
Complementary color
Monochromatic Colors of #07776A
Black with #07776A
Text Example
Text Example
White with #07776A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07776A; }
p { color: rgb(7,119,106); }
H1.HeaderClassName
{
color: #07776A;
}
.AnyTagClassName
{
color: #07776A;
}
</style>
background-color css
<style>
a { background-color: #07776A; }
a { background-color: rgb(7,119,106); }
div.DivClassName
{
background-color: #07776A;
}
.BgClassName
{
background-color: #07776A;
}
</style>
border-color css
<style>
span { border-color: #07776A; }
span { border-color: rgb(7,119,106); }
td.TdClassName
{
border-color: #07776A;
}
.TagClassName
{
border-color: #07776A;
}
</style>