Shades of Pine Green #097368
Tints of Pine Green #097368
RGB
CMYK
RGB Variations
Color information
#097368 (or 0x097368) is known color: Pine Green. HEX triplet: 09, 73 and 68. RGB value is (9,115,104). Sum of RGB (Red+Green+Blue) = 9+115+104=228 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.95% from 228); Green value is 115 (45.31% from 255 or 50.44% from 228); Blue value is 104 (41.02% from 255 or 45.61% from 228); Max value from RGB is 115 - color contains mainly: green. Hex color #097368 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #097368 is #F68C97. Grayscale: #515151. Windows color (decimal): -16157848 or 6845193. OLE color: 6845193.
HSL color Cylindrical-coordinate representation of color #097368: hue angle of 173.77º 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 #097368 is Cyan = 0.92, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 9 | 115 | 104 | - |
| CMYK | 0.92 | 0 | 0.10 | 0.55 |
| HSL | 173.77º | 0.85% | 0.24% | - |
| HSV(B) | 173.77º | 0.92% | 0.45% | - |
| XYZ | 8.74 | 13.32 | 15.21 | - |
| YUV | 82.05 | 140.38 | 75.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 115 | 104 | 0.92 | 0 | 0.10 | 0.55 | 173.77 | 0.85 | 0.24 |
| Hex | 9 | 73 | 68 | 5C | 0 | A | 37 | AE | 55 | 18 |
| Octal | 11 | 163 | 150 | 134 | 0 | 12 | 67 | 256 | 125 | 30 |
| Binary | 1001 | 1110011 | 1101000 | 1011100 | 0 | 1010 | 110111 | 10101110 | 1010101 | 11000 |
Color Harmonies of #097368
Complementary color
Monochromatic Colors of #097368
Black with #097368
Text Example
Text Example
White with #097368
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #097368; }
p { color: rgb(9,115,104); }
H1.HeaderClassName
{
color: #097368;
}
.AnyTagClassName
{
color: #097368;
}
</style>
background-color css
<style>
a { background-color: #097368; }
a { background-color: rgb(9,115,104); }
div.DivClassName
{
background-color: #097368;
}
.BgClassName
{
background-color: #097368;
}
</style>
border-color css
<style>
span { border-color: #097368; }
span { border-color: rgb(9,115,104); }
td.TdClassName
{
border-color: #097368;
}
.TagClassName
{
border-color: #097368;
}
</style>