Shades of Pine Green #09766F
Tints of Pine Green #09766F
RGB
CMYK
RGB Variations
Color information
#09766F (or 0x09766F) is known color: Pine Green. HEX triplet: 09, 76 and 6F. RGB value is (9,118,111). Sum of RGB (Red+Green+Blue) = 9+118+111=238 (31% of max value = 765). Red value is 9 (3.91% from 255 or 3.78% from 238); Green value is 118 (46.48% from 255 or 49.58% from 238); Blue value is 111 (43.75% from 255 or 46.64% from 238); Max value from RGB is 118 - color contains mainly: green. Hex color #09766F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #09766F is #F68990. Grayscale: #545454. Windows color (decimal): -16157073 or 7304713. OLE color: 7304713.
HSL color Cylindrical-coordinate representation of color #09766F: hue angle of 176.15º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #09766F is Cyan = 0.92, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 9 | 118 | 111 | - |
| CMYK | 0.92 | 0 | 0.06 | 0.54 |
| HSL | 176.15º | 0.86% | 0.25% | - |
| HSV(B) | 176.15º | 0.92% | 0.46% | - |
| XYZ | 9.46 | 14.16 | 17.27 | - |
| YUV | 84.61 | 142.89 | 74.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 118 | 111 | 0.92 | 0 | 0.06 | 0.54 | 176.15 | 0.86 | 0.25 |
| Hex | 9 | 76 | 6F | 5C | 0 | 6 | 36 | B0 | 56 | 19 |
| Octal | 11 | 166 | 157 | 134 | 0 | 6 | 66 | 260 | 126 | 31 |
| Binary | 1001 | 1110110 | 1101111 | 1011100 | 0 | 110 | 110110 | 10110000 | 1010110 | 11001 |
Color Harmonies of #09766F
Complementary color
Monochromatic Colors of #09766F
Black with #09766F
Text Example
Text Example
White with #09766F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09766F; }
p { color: rgb(9,118,111); }
H1.HeaderClassName
{
color: #09766F;
}
.AnyTagClassName
{
color: #09766F;
}
</style>
background-color css
<style>
a { background-color: #09766F; }
a { background-color: rgb(9,118,111); }
div.DivClassName
{
background-color: #09766F;
}
.BgClassName
{
background-color: #09766F;
}
</style>
border-color css
<style>
span { border-color: #09766F; }
span { border-color: rgb(9,118,111); }
td.TdClassName
{
border-color: #09766F;
}
.TagClassName
{
border-color: #09766F;
}
</style>