Shades of Pine Green #097369
Tints of Pine Green #097369
RGB
CMYK
RGB Variations
Color information
#097369 (or 0x097369) is known color: Pine Green. HEX triplet: 09, 73 and 69. RGB value is (9,115,105). Sum of RGB (Red+Green+Blue) = 9+115+105=229 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.93% from 229); Green value is 115 (45.31% from 255 or 50.22% from 229); Blue value is 105 (41.41% from 255 or 45.85% from 229); Max value from RGB is 115 - color contains mainly: green. Hex color #097369 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #097369 is #F68C96. Grayscale: #525252. Windows color (decimal): -16157847 or 6910729. OLE color: 6910729.
HSL color Cylindrical-coordinate representation of color #097369: hue angle of 174.34º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #097369 is Cyan = 0.92, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 9 | 115 | 105 | - |
| CMYK | 0.92 | 0 | 0.09 | 0.55 |
| HSL | 174.34º | 0.85% | 0.24% | - |
| HSV(B) | 174.34º | 0.92% | 0.45% | - |
| XYZ | 8.79 | 13.34 | 15.48 | - |
| YUV | 82.17 | 140.88 | 75.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 115 | 105 | 0.92 | 0 | 0.09 | 0.55 | 174.34 | 0.85 | 0.24 |
| Hex | 9 | 73 | 69 | 5C | 0 | 9 | 37 | AE | 55 | 18 |
| Octal | 11 | 163 | 151 | 134 | 0 | 11 | 67 | 256 | 125 | 30 |
| Binary | 1001 | 1110011 | 1101001 | 1011100 | 0 | 1001 | 110111 | 10101110 | 1010101 | 11000 |
Color Harmonies of #097369
Complementary color
Monochromatic Colors of #097369
Black with #097369
Text Example
Text Example
White with #097369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #097369; }
p { color: rgb(9,115,105); }
H1.HeaderClassName
{
color: #097369;
}
.AnyTagClassName
{
color: #097369;
}
</style>
background-color css
<style>
a { background-color: #097369; }
a { background-color: rgb(9,115,105); }
div.DivClassName
{
background-color: #097369;
}
.BgClassName
{
background-color: #097369;
}
</style>
border-color css
<style>
span { border-color: #097369; }
span { border-color: rgb(9,115,105); }
td.TdClassName
{
border-color: #097369;
}
.TagClassName
{
border-color: #097369;
}
</style>