Shades of Pine Green #097773
Tints of Pine Green #097773
RGB
CMYK
RGB Variations
Color information
#097773 (or 0x097773) is known color: Pine Green. HEX triplet: 09, 77 and 73. RGB value is (9,119,115). Sum of RGB (Red+Green+Blue) = 9+119+115=243 (32% of max value = 765). Red value is 9 (3.91% from 255 or 3.70% from 243); Green value is 119 (46.88% from 255 or 48.97% from 243); Blue value is 115 (45.31% from 255 or 47.33% from 243); Max value from RGB is 119 - color contains mainly: green. Hex color #097773 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #097773 is #F6888C. Grayscale: #555555. Windows color (decimal): -16156813 or 7567113. OLE color: 7567113.
HSL color Cylindrical-coordinate representation of color #097773: hue angle of 177.82º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #097773 is Cyan = 0.92, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 9 | 119 | 115 | - |
| CMYK | 0.92 | 0 | 0.03 | 0.53 |
| HSL | 177.82º | 0.86% | 0.25% | - |
| HSV(B) | 177.82º | 0.92% | 0.47% | - |
| XYZ | 9.8 | 14.49 | 18.5 | - |
| YUV | 85.65 | 144.56 | 73.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 119 | 115 | 0.92 | 0 | 0.03 | 0.53 | 177.82 | 0.86 | 0.25 |
| Hex | 9 | 77 | 73 | 5C | 0 | 3 | 35 | B2 | 56 | 19 |
| Octal | 11 | 167 | 163 | 134 | 0 | 3 | 65 | 262 | 126 | 31 |
| Binary | 1001 | 1110111 | 1110011 | 1011100 | 0 | 11 | 110101 | 10110010 | 1010110 | 11001 |
Color Harmonies of #097773
Complementary color
Monochromatic Colors of #097773
Black with #097773
Text Example
Text Example
White with #097773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #097773; }
p { color: rgb(9,119,115); }
H1.HeaderClassName
{
color: #097773;
}
.AnyTagClassName
{
color: #097773;
}
</style>
background-color css
<style>
a { background-color: #097773; }
a { background-color: rgb(9,119,115); }
div.DivClassName
{
background-color: #097773;
}
.BgClassName
{
background-color: #097773;
}
</style>
border-color css
<style>
span { border-color: #097773; }
span { border-color: rgb(9,119,115); }
td.TdClassName
{
border-color: #097773;
}
.TagClassName
{
border-color: #097773;
}
</style>