Shades of Pine Green #06776A
Tints of Pine Green #06776A
RGB
CMYK
RGB Variations
Color information
#06776A (or 0x06776A) is known color: Pine Green. HEX triplet: 06, 77 and 6A. RGB value is (6,119,106). Sum of RGB (Red+Green+Blue) = 6+119+106=231 (30% of max value = 765). Red value is 6 (2.73% from 255 or 2.60% from 231); Green value is 119 (46.88% from 255 or 51.52% from 231); Blue value is 106 (41.80% from 255 or 45.89% from 231); Max value from RGB is 119 - color contains mainly: green. Hex color #06776A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #06776A is #F98895. Grayscale: #535353. Windows color (decimal): -16353430 or 6977286. OLE color: 6977286.
HSL color Cylindrical-coordinate representation of color #06776A: hue angle of 173.1º degrees, saturation: 0.9, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #06776A is Cyan = 0.95, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 6 | 119 | 106 | - |
| CMYK | 0.95 | 0 | 0.11 | 0.53 |
| HSL | 173.1º | 0.9% | 0.25% | - |
| HSV(B) | 173.1º | 0.95% | 0.47% | - |
| XYZ | 9.27 | 14.27 | 15.9 | - |
| YUV | 83.73 | 140.56 | 72.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 119 | 106 | 0.95 | 0 | 0.11 | 0.53 | 173.1 | 0.9 | 0.25 |
| Hex | 6 | 77 | 6A | 5F | 0 | B | 35 | AD | 5A | 19 |
| Octal | 6 | 167 | 152 | 137 | 0 | 13 | 65 | 255 | 132 | 31 |
| Binary | 110 | 1110111 | 1101010 | 1011111 | 0 | 1011 | 110101 | 10101101 | 1011010 | 11001 |
Color Harmonies of #06776A
Complementary color
Monochromatic Colors of #06776A
Black with #06776A
Text Example
Text Example
White with #06776A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06776A; }
p { color: rgb(6,119,106); }
H1.HeaderClassName
{
color: #06776A;
}
.AnyTagClassName
{
color: #06776A;
}
</style>
background-color css
<style>
a { background-color: #06776A; }
a { background-color: rgb(6,119,106); }
div.DivClassName
{
background-color: #06776A;
}
.BgClassName
{
background-color: #06776A;
}
</style>
border-color css
<style>
span { border-color: #06776A; }
span { border-color: rgb(6,119,106); }
td.TdClassName
{
border-color: #06776A;
}
.TagClassName
{
border-color: #06776A;
}
</style>