Shades of Pine Green #097272
Tints of Pine Green #097272
RGB
CMYK
RGB Variations
Color information
#097272 (or 0x097272) is known color: Pine Green. HEX triplet: 09, 72 and 72. RGB value is (9,114,114). Sum of RGB (Red+Green+Blue) = 9+114+114=237 (31% of max value = 765). Red value is 9 (3.91% from 255 or 3.80% from 237); Green value is 114 (44.92% from 255 or 48.10% from 237); Blue value is 114 (44.92% from 255 or 48.10% from 237); Max value from RGB is 114 - color contains mainly: green, blue. Hex color #097272 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #097272 is #F68D8D. Grayscale: #525252. Windows color (decimal): -16158094 or 7500297. OLE color: 7500297.
HSL color Cylindrical-coordinate representation of color #097272: hue angle of 180º 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 #097272 is Cyan = 0.92, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 9 | 114 | 114 | - |
| CMYK | 0.92 | 0 | 0 | 0.55 |
| HSL | 180º | 0.85% | 0.24% | - |
| HSV(B) | 180º | 0.92% | 0.45% | - |
| XYZ | 9.17 | 13.31 | 18.01 | - |
| YUV | 82.61 | 145.71 | 75.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 114 | 114 | 0.92 | 0 | 0 | 0.55 | 180 | 0.85 | 0.24 |
| Hex | 9 | 72 | 72 | 5C | 0 | 0 | 37 | B4 | 55 | 18 |
| Octal | 11 | 162 | 162 | 134 | 0 | 0 | 67 | 264 | 125 | 30 |
| Binary | 1001 | 1110010 | 1110010 | 1011100 | 0 | 0 | 110111 | 10110100 | 1010101 | 11000 |
Color Harmonies of #097272
Complementary color
Monochromatic Colors of #097272
Black with #097272
Text Example
Text Example
White with #097272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #097272; }
p { color: rgb(9,114,114); }
H1.HeaderClassName
{
color: #097272;
}
.AnyTagClassName
{
color: #097272;
}
</style>
background-color css
<style>
a { background-color: #097272; }
a { background-color: rgb(9,114,114); }
div.DivClassName
{
background-color: #097272;
}
.BgClassName
{
background-color: #097272;
}
</style>
border-color css
<style>
span { border-color: #097272; }
span { border-color: rgb(9,114,114); }
td.TdClassName
{
border-color: #097272;
}
.TagClassName
{
border-color: #097272;
}
</style>