Shades of Pine Green #09776C
Tints of Pine Green #09776C
RGB
CMYK
RGB Variations
Color information
#09776C (or 0x09776C) is known color: Pine Green. HEX triplet: 09, 77 and 6C. RGB value is (9,119,108). Sum of RGB (Red+Green+Blue) = 9+119+108=236 (31% of max value = 765). Red value is 9 (3.91% from 255 or 3.81% from 236); Green value is 119 (46.88% from 255 or 50.42% from 236); Blue value is 108 (42.58% from 255 or 45.76% from 236); Max value from RGB is 119 - color contains mainly: green. Hex color #09776C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #09776C is #F68893. Grayscale: #545454. Windows color (decimal): -16156820 or 7108361. OLE color: 7108361.
HSL color Cylindrical-coordinate representation of color #09776C: hue angle of 174º 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 #09776C is Cyan = 0.92, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 9 | 119 | 108 | - |
| CMYK | 0.92 | 0 | 0.09 | 0.53 |
| HSL | 174º | 0.86% | 0.25% | - |
| HSV(B) | 174º | 0.92% | 0.47% | - |
| XYZ | 9.42 | 14.33 | 16.46 | - |
| YUV | 84.86 | 141.06 | 73.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 119 | 108 | 0.92 | 0 | 0.09 | 0.53 | 174 | 0.86 | 0.25 |
| Hex | 9 | 77 | 6C | 5C | 0 | 9 | 35 | AE | 56 | 19 |
| Octal | 11 | 167 | 154 | 134 | 0 | 11 | 65 | 256 | 126 | 31 |
| Binary | 1001 | 1110111 | 1101100 | 1011100 | 0 | 1001 | 110101 | 10101110 | 1010110 | 11001 |
Color Harmonies of #09776C
Complementary color
Monochromatic Colors of #09776C
Black with #09776C
Text Example
Text Example
White with #09776C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09776C; }
p { color: rgb(9,119,108); }
H1.HeaderClassName
{
color: #09776C;
}
.AnyTagClassName
{
color: #09776C;
}
</style>
background-color css
<style>
a { background-color: #09776C; }
a { background-color: rgb(9,119,108); }
div.DivClassName
{
background-color: #09776C;
}
.BgClassName
{
background-color: #09776C;
}
</style>
border-color css
<style>
span { border-color: #09776C; }
span { border-color: rgb(9,119,108); }
td.TdClassName
{
border-color: #09776C;
}
.TagClassName
{
border-color: #09776C;
}
</style>