Shades of Pine Green #097C72
Tints of Pine Green #097C72
RGB
CMYK
RGB Variations
Color information
#097C72 (or 0x097C72) is known color: Pine Green. HEX triplet: 09, 7C and 72. RGB value is (9,124,114). Sum of RGB (Red+Green+Blue) = 9+124+114=247 (32% of max value = 765). Red value is 9 (3.91% from 255 or 3.64% from 247); Green value is 124 (48.83% from 255 or 50.20% from 247); Blue value is 114 (44.92% from 255 or 46.15% from 247); Max value from RGB is 124 - color contains mainly: green. Hex color #097C72 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #097C72 is #F6838D. Grayscale: #585858. Windows color (decimal): -16155534 or 7502857. OLE color: 7502857.
HSL color Cylindrical-coordinate representation of color #097C72: hue angle of 174.78º degrees, saturation: 0.86, 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 #097C72 is Cyan = 0.93, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 9 | 124 | 114 | - |
| CMYK | 0.93 | 0 | 0.08 | 0.51 |
| HSL | 174.78º | 0.86% | 0.26% | - |
| HSV(B) | 174.78º | 0.93% | 0.49% | - |
| XYZ | 10.36 | 15.69 | 18.4 | - |
| YUV | 88.48 | 142.4 | 71.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 124 | 114 | 0.93 | 0 | 0.08 | 0.51 | 174.78 | 0.86 | 0.26 |
| Hex | 9 | 7C | 72 | 5D | 0 | 8 | 33 | AF | 56 | 1A |
| Octal | 11 | 174 | 162 | 135 | 0 | 10 | 63 | 257 | 126 | 32 |
| Binary | 1001 | 1111100 | 1110010 | 1011101 | 0 | 1000 | 110011 | 10101111 | 1010110 | 11010 |
Color Harmonies of #097C72
Complementary color
Monochromatic Colors of #097C72
Black with #097C72
Text Example
Text Example
White with #097C72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #097C72; }
p { color: rgb(9,124,114); }
H1.HeaderClassName
{
color: #097C72;
}
.AnyTagClassName
{
color: #097C72;
}
</style>
background-color css
<style>
a { background-color: #097C72; }
a { background-color: rgb(9,124,114); }
div.DivClassName
{
background-color: #097C72;
}
.BgClassName
{
background-color: #097C72;
}
</style>
border-color css
<style>
span { border-color: #097C72; }
span { border-color: rgb(9,124,114); }
td.TdClassName
{
border-color: #097C72;
}
.TagClassName
{
border-color: #097C72;
}
</style>