Shades of Pine Green #097172
Tints of Pine Green #097172
RGB
CMYK
RGB Variations
Color information
#097172 (or 0x097172) is known color: Pine Green. HEX triplet: 09, 71 and 72. RGB value is (9,113,114). Sum of RGB (Red+Green+Blue) = 9+113+114=236 (31% of max value = 765). Red value is 9 (3.91% from 255 or 3.81% from 236); Green value is 113 (44.53% from 255 or 47.88% from 236); Blue value is 114 (44.92% from 255 or 48.31% from 236); Max value from RGB is 114 - color contains mainly: blue. Hex color #097172 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #097172 is #F68E8D. Grayscale: #515151. Windows color (decimal): -16158350 or 7500041. OLE color: 7500041.
HSL color Cylindrical-coordinate representation of color #097172: hue angle of 180.57º 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 #097172 is Cyan = 0.92, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 9 | 113 | 114 | - |
| CMYK | 0.92 | 0.01 | 0 | 0.55 |
| HSL | 180.57º | 0.85% | 0.24% | - |
| HSV(B) | 180.57º | 0.92% | 0.45% | - |
| XYZ | 9.06 | 13.08 | 17.97 | - |
| YUV | 82.02 | 146.04 | 75.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 113 | 114 | 0.92 | 0.01 | 0 | 0.55 | 180.57 | 0.85 | 0.24 |
| Hex | 9 | 71 | 72 | 5C | 1 | 0 | 37 | B5 | 55 | 18 |
| Octal | 11 | 161 | 162 | 134 | 1 | 0 | 67 | 265 | 125 | 30 |
| Binary | 1001 | 1110001 | 1110010 | 1011100 | 1 | 0 | 110111 | 10110101 | 1010101 | 11000 |
Color Harmonies of #097172
Complementary color
Monochromatic Colors of #097172
Black with #097172
Text Example
Text Example
White with #097172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #097172; }
p { color: rgb(9,113,114); }
H1.HeaderClassName
{
color: #097172;
}
.AnyTagClassName
{
color: #097172;
}
</style>
background-color css
<style>
a { background-color: #097172; }
a { background-color: rgb(9,113,114); }
div.DivClassName
{
background-color: #097172;
}
.BgClassName
{
background-color: #097172;
}
</style>
border-color css
<style>
span { border-color: #097172; }
span { border-color: rgb(9,113,114); }
td.TdClassName
{
border-color: #097172;
}
.TagClassName
{
border-color: #097172;
}
</style>