Shades of Pine Green #097669
Tints of Pine Green #097669
RGB
CMYK
RGB Variations
Color information
#097669 (or 0x097669) is known color: Pine Green. HEX triplet: 09, 76 and 69. RGB value is (9,118,105). Sum of RGB (Red+Green+Blue) = 9+118+105=232 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.88% from 232); Green value is 118 (46.48% from 255 or 50.86% from 232); Blue value is 105 (41.41% from 255 or 45.26% from 232); Max value from RGB is 118 - color contains mainly: green. Hex color #097669 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #097669 is #F68996. Grayscale: #535353. Windows color (decimal): -16157079 or 6911497. OLE color: 6911497.
HSL color Cylindrical-coordinate representation of color #097669: hue angle of 172.84º 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 #097669 is Cyan = 0.92, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 9 | 118 | 105 | - |
| CMYK | 0.92 | 0 | 0.11 | 0.54 |
| HSL | 172.84º | 0.86% | 0.25% | - |
| HSV(B) | 172.84º | 0.92% | 0.46% | - |
| XYZ | 9.14 | 14.03 | 15.59 | - |
| YUV | 83.93 | 139.89 | 74.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 118 | 105 | 0.92 | 0 | 0.11 | 0.54 | 172.84 | 0.86 | 0.25 |
| Hex | 9 | 76 | 69 | 5C | 0 | B | 36 | AD | 56 | 19 |
| Octal | 11 | 166 | 151 | 134 | 0 | 13 | 66 | 255 | 126 | 31 |
| Binary | 1001 | 1110110 | 1101001 | 1011100 | 0 | 1011 | 110110 | 10101101 | 1010110 | 11001 |
Color Harmonies of #097669
Complementary color
Monochromatic Colors of #097669
Black with #097669
Text Example
Text Example
White with #097669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #097669; }
p { color: rgb(9,118,105); }
H1.HeaderClassName
{
color: #097669;
}
.AnyTagClassName
{
color: #097669;
}
</style>
background-color css
<style>
a { background-color: #097669; }
a { background-color: rgb(9,118,105); }
div.DivClassName
{
background-color: #097669;
}
.BgClassName
{
background-color: #097669;
}
</style>
border-color css
<style>
span { border-color: #097669; }
span { border-color: rgb(9,118,105); }
td.TdClassName
{
border-color: #097669;
}
.TagClassName
{
border-color: #097669;
}
</style>