Shades of Pine Green #097868
Tints of Pine Green #097868
RGB
CMYK
RGB Variations
Color information
#097868 (or 0x097868) is known color: Pine Green. HEX triplet: 09, 78 and 68. RGB value is (9,120,104). Sum of RGB (Red+Green+Blue) = 9+120+104=233 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.86% from 233); Green value is 120 (47.27% from 255 or 51.50% from 233); Blue value is 104 (41.02% from 255 or 44.64% from 233); Max value from RGB is 120 - color contains mainly: green. Hex color #097868 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #097868 is #F68797. Grayscale: #545454. Windows color (decimal): -16156568 or 6846473. OLE color: 6846473.
HSL color Cylindrical-coordinate representation of color #097868: hue angle of 171.35º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #097868 is Cyan = 0.92, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 9 | 120 | 104 | - |
| CMYK | 0.92 | 0 | 0.13 | 0.53 |
| HSL | 171.35º | 0.86% | 0.25% | - |
| HSV(B) | 171.35º | 0.93% | 0.47% | - |
| XYZ | 9.33 | 14.49 | 15.4 | - |
| YUV | 84.99 | 138.73 | 73.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 120 | 104 | 0.92 | 0 | 0.13 | 0.53 | 171.35 | 0.86 | 0.25 |
| Hex | 9 | 78 | 68 | 5C | 0 | D | 35 | AB | 56 | 19 |
| Octal | 11 | 170 | 150 | 134 | 0 | 15 | 65 | 253 | 126 | 31 |
| Binary | 1001 | 1111000 | 1101000 | 1011100 | 0 | 1101 | 110101 | 10101011 | 1010110 | 11001 |
Color Harmonies of #097868
Complementary color
Monochromatic Colors of #097868
Black with #097868
Text Example
Text Example
White with #097868
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #097868; }
p { color: rgb(9,120,104); }
H1.HeaderClassName
{
color: #097868;
}
.AnyTagClassName
{
color: #097868;
}
</style>
background-color css
<style>
a { background-color: #097868; }
a { background-color: rgb(9,120,104); }
div.DivClassName
{
background-color: #097868;
}
.BgClassName
{
background-color: #097868;
}
</style>
border-color css
<style>
span { border-color: #097868; }
span { border-color: rgb(9,120,104); }
td.TdClassName
{
border-color: #097868;
}
.TagClassName
{
border-color: #097868;
}
</style>