Shades of Pine Green #097D72
Tints of Pine Green #097D72
RGB
CMYK
RGB Variations
Color information
#097D72 (or 0x097D72) is known color: Pine Green. HEX triplet: 09, 7D and 72. RGB value is (9,125,114). Sum of RGB (Red+Green+Blue) = 9+125+114=248 (32% of max value = 765). Red value is 9 (3.91% from 255 or 3.63% from 248); Green value is 125 (49.22% from 255 or 50.40% from 248); Blue value is 114 (44.92% from 255 or 45.97% from 248); Max value from RGB is 125 - color contains mainly: green. Hex color #097D72 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #097D72 is #F6828D. Grayscale: #585858. Windows color (decimal): -16155278 or 7503113. OLE color: 7503113.
HSL color Cylindrical-coordinate representation of color #097D72: hue angle of 174.31º degrees, saturation: 0.87, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #097D72 is Cyan = 0.93, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 9 | 125 | 114 | - |
| CMYK | 0.93 | 0 | 0.09 | 0.51 |
| HSL | 174.31º | 0.87% | 0.26% | - |
| HSV(B) | 174.31º | 0.93% | 0.49% | - |
| XYZ | 10.48 | 15.94 | 18.44 | - |
| YUV | 89.06 | 142.07 | 70.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 125 | 114 | 0.93 | 0 | 0.09 | 0.51 | 174.31 | 0.87 | 0.26 |
| Hex | 9 | 7D | 72 | 5D | 0 | 9 | 33 | AE | 57 | 1A |
| Octal | 11 | 175 | 162 | 135 | 0 | 11 | 63 | 256 | 127 | 32 |
| Binary | 1001 | 1111101 | 1110010 | 1011101 | 0 | 1001 | 110011 | 10101110 | 1010111 | 11010 |
Color Harmonies of #097D72
Complementary color
Monochromatic Colors of #097D72
Black with #097D72
Text Example
Text Example
White with #097D72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #097D72; }
p { color: rgb(9,125,114); }
H1.HeaderClassName
{
color: #097D72;
}
.AnyTagClassName
{
color: #097D72;
}
</style>
background-color css
<style>
a { background-color: #097D72; }
a { background-color: rgb(9,125,114); }
div.DivClassName
{
background-color: #097D72;
}
.BgClassName
{
background-color: #097D72;
}
</style>
border-color css
<style>
span { border-color: #097D72; }
span { border-color: rgb(9,125,114); }
td.TdClassName
{
border-color: #097D72;
}
.TagClassName
{
border-color: #097D72;
}
</style>