Shades of Pine Green #097969
Tints of Pine Green #097969
RGB
CMYK
RGB Variations
Color information
#097969 (or 0x097969) is known color: Pine Green. HEX triplet: 09, 79 and 69. RGB value is (9,121,105). Sum of RGB (Red+Green+Blue) = 9+121+105=235 (31% of max value = 765). Red value is 9 (3.91% from 255 or 3.83% from 235); Green value is 121 (47.66% from 255 or 51.49% from 235); Blue value is 105 (41.41% from 255 or 44.68% from 235); Max value from RGB is 121 - color contains mainly: green. Hex color #097969 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #097969 is #F68696. Grayscale: #555555. Windows color (decimal): -16156311 or 6912265. OLE color: 6912265.
HSL color Cylindrical-coordinate representation of color #097969: hue angle of 171.43º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #097969 is Cyan = 0.93, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 9 | 121 | 105 | - |
| CMYK | 0.93 | 0 | 0.13 | 0.53 |
| HSL | 171.43º | 0.86% | 0.25% | - |
| HSV(B) | 171.43º | 0.93% | 0.47% | - |
| XYZ | 9.5 | 14.75 | 15.71 | - |
| YUV | 85.69 | 138.89 | 73.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 121 | 105 | 0.93 | 0 | 0.13 | 0.53 | 171.43 | 0.86 | 0.25 |
| Hex | 9 | 79 | 69 | 5D | 0 | D | 35 | AB | 56 | 19 |
| Octal | 11 | 171 | 151 | 135 | 0 | 15 | 65 | 253 | 126 | 31 |
| Binary | 1001 | 1111001 | 1101001 | 1011101 | 0 | 1101 | 110101 | 10101011 | 1010110 | 11001 |
Color Harmonies of #097969
Complementary color
Monochromatic Colors of #097969
Black with #097969
Text Example
Text Example
White with #097969
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #097969; }
p { color: rgb(9,121,105); }
H1.HeaderClassName
{
color: #097969;
}
.AnyTagClassName
{
color: #097969;
}
</style>
background-color css
<style>
a { background-color: #097969; }
a { background-color: rgb(9,121,105); }
div.DivClassName
{
background-color: #097969;
}
.BgClassName
{
background-color: #097969;
}
</style>
border-color css
<style>
span { border-color: #097969; }
span { border-color: rgb(9,121,105); }
td.TdClassName
{
border-color: #097969;
}
.TagClassName
{
border-color: #097969;
}
</style>