Shades of Pine Green #09776A
Tints of Pine Green #09776A
RGB
CMYK
RGB Variations
Color information
#09776A (or 0x09776A) is known color: Pine Green. HEX triplet: 09, 77 and 6A. RGB value is (9,119,106). Sum of RGB (Red+Green+Blue) = 9+119+106=234 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.85% from 234); Green value is 119 (46.88% from 255 or 50.85% from 234); Blue value is 106 (41.80% from 255 or 45.30% from 234); Max value from RGB is 119 - color contains mainly: green. Hex color #09776A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #09776A is #F68895. Grayscale: #545454. Windows color (decimal): -16156822 or 6977289. OLE color: 6977289.
HSL color Cylindrical-coordinate representation of color #09776A: hue angle of 172.91º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #09776A is Cyan = 0.92, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 9 | 119 | 106 | - |
| CMYK | 0.92 | 0 | 0.11 | 0.53 |
| HSL | 172.91º | 0.86% | 0.25% | - |
| HSV(B) | 172.91º | 0.92% | 0.47% | - |
| XYZ | 9.31 | 14.29 | 15.9 | - |
| YUV | 84.63 | 140.06 | 74.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 119 | 106 | 0.92 | 0 | 0.11 | 0.53 | 172.91 | 0.86 | 0.25 |
| Hex | 9 | 77 | 6A | 5C | 0 | B | 35 | AD | 56 | 19 |
| Octal | 11 | 167 | 152 | 134 | 0 | 13 | 65 | 255 | 126 | 31 |
| Binary | 1001 | 1110111 | 1101010 | 1011100 | 0 | 1011 | 110101 | 10101101 | 1010110 | 11001 |
Color Harmonies of #09776A
Complementary color
Monochromatic Colors of #09776A
Black with #09776A
Text Example
Text Example
White with #09776A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09776A; }
p { color: rgb(9,119,106); }
H1.HeaderClassName
{
color: #09776A;
}
.AnyTagClassName
{
color: #09776A;
}
</style>
background-color css
<style>
a { background-color: #09776A; }
a { background-color: rgb(9,119,106); }
div.DivClassName
{
background-color: #09776A;
}
.BgClassName
{
background-color: #09776A;
}
</style>
border-color css
<style>
span { border-color: #09776A; }
span { border-color: rgb(9,119,106); }
td.TdClassName
{
border-color: #09776A;
}
.TagClassName
{
border-color: #09776A;
}
</style>