Shades of Pine Green #097372
Tints of Pine Green #097372
RGB
CMYK
RGB Variations
Color information
#097372 (or 0x097372) is known color: Pine Green. HEX triplet: 09, 73 and 72. RGB value is (9,115,114). Sum of RGB (Red+Green+Blue) = 9+115+114=238 (31% of max value = 765). Red value is 9 (3.91% from 255 or 3.78% from 238); Green value is 115 (45.31% from 255 or 48.32% from 238); Blue value is 114 (44.92% from 255 or 47.90% from 238); Max value from RGB is 115 - color contains mainly: green. Hex color #097372 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #097372 is #F68C8D. Grayscale: #535353. Windows color (decimal): -16157838 or 7500553. OLE color: 7500553.
HSL color Cylindrical-coordinate representation of color #097372: hue angle of 179.43º 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 #097372 is Cyan = 0.92, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 9 | 115 | 114 | - |
| CMYK | 0.92 | 0 | 0.01 | 0.55 |
| HSL | 179.43º | 0.85% | 0.24% | - |
| HSV(B) | 179.43º | 0.92% | 0.45% | - |
| XYZ | 9.28 | 13.53 | 18.04 | - |
| YUV | 83.19 | 145.38 | 75.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 115 | 114 | 0.92 | 0 | 0.01 | 0.55 | 179.43 | 0.85 | 0.24 |
| Hex | 9 | 73 | 72 | 5C | 0 | 1 | 37 | B3 | 55 | 18 |
| Octal | 11 | 163 | 162 | 134 | 0 | 1 | 67 | 263 | 125 | 30 |
| Binary | 1001 | 1110011 | 1110010 | 1011100 | 0 | 1 | 110111 | 10110011 | 1010101 | 11000 |
Color Harmonies of #097372
Complementary color
Monochromatic Colors of #097372
Black with #097372
Text Example
Text Example
White with #097372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #097372; }
p { color: rgb(9,115,114); }
H1.HeaderClassName
{
color: #097372;
}
.AnyTagClassName
{
color: #097372;
}
</style>
background-color css
<style>
a { background-color: #097372; }
a { background-color: rgb(9,115,114); }
div.DivClassName
{
background-color: #097372;
}
.BgClassName
{
background-color: #097372;
}
</style>
border-color css
<style>
span { border-color: #097372; }
span { border-color: rgb(9,115,114); }
td.TdClassName
{
border-color: #097372;
}
.TagClassName
{
border-color: #097372;
}
</style>