Shades of Pine Green #098473
Tints of Pine Green #098473
RGB
CMYK
RGB Variations
Color information
#098473 (or 0x098473) is known color: Pine Green. HEX triplet: 09, 84 and 73. RGB value is (9,132,115). Sum of RGB (Red+Green+Blue) = 9+132+115=256 (33% of max value = 765). Red value is 9 (3.91% from 255 or 3.52% from 256); Green value is 132 (51.95% from 255 or 51.56% from 256); Blue value is 115 (45.31% from 255 or 44.92% from 256); Max value from RGB is 132 - color contains mainly: green. Hex color #098473 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #098473 is #F67B8C. Grayscale: #5D5D5D. Windows color (decimal): -16153485 or 7570441. OLE color: 7570441.
HSL color Cylindrical-coordinate representation of color #098473: hue angle of 171.71º degrees, saturation: 0.87, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #098473 is Cyan = 0.93, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 9 | 132 | 115 | - |
| CMYK | 0.93 | 0 | 0.13 | 0.48 |
| HSL | 171.71º | 0.87% | 0.28% | - |
| HSV(B) | 171.71º | 0.93% | 0.52% | - |
| XYZ | 11.46 | 17.8 | 19.05 | - |
| YUV | 93.29 | 140.25 | 67.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 132 | 115 | 0.93 | 0 | 0.13 | 0.48 | 171.71 | 0.87 | 0.28 |
| Hex | 9 | 84 | 73 | 5D | 0 | D | 30 | AC | 57 | 1C |
| Octal | 11 | 204 | 163 | 135 | 0 | 15 | 60 | 254 | 127 | 34 |
| Binary | 1001 | 10000100 | 1110011 | 1011101 | 0 | 1101 | 110000 | 10101100 | 1010111 | 11100 |
Color Harmonies of #098473
Complementary color
Monochromatic Colors of #098473
Black with #098473
Text Example
Text Example
White with #098473
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #098473; }
p { color: rgb(9,132,115); }
H1.HeaderClassName
{
color: #098473;
}
.AnyTagClassName
{
color: #098473;
}
</style>
background-color css
<style>
a { background-color: #098473; }
a { background-color: rgb(9,132,115); }
div.DivClassName
{
background-color: #098473;
}
.BgClassName
{
background-color: #098473;
}
</style>
border-color css
<style>
span { border-color: #098473; }
span { border-color: rgb(9,132,115); }
td.TdClassName
{
border-color: #098473;
}
.TagClassName
{
border-color: #098473;
}
</style>