Shades of Pine Green #097067
Tints of Pine Green #097067
RGB
CMYK
RGB Variations
Color information
#097067 (or 0x097067) is known color: Pine Green. HEX triplet: 09, 70 and 67. RGB value is (9,112,103). Sum of RGB (Red+Green+Blue) = 9+112+103=224 (29% of max value = 765). Red value is 9 (3.91% from 255 or 4.02% from 224); Green value is 112 (44.14% from 255 or 50% from 224); Blue value is 103 (40.62% from 255 or 45.98% from 224); Max value from RGB is 112 - color contains mainly: green. Hex color #097067 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #097067 is #F68F98. Grayscale: #505050. Windows color (decimal): -16158617 or 6778889. OLE color: 6778889.
HSL color Cylindrical-coordinate representation of color #097067: hue angle of 174.76º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #097067 is Cyan = 0.92, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 9 | 112 | 103 | - |
| CMYK | 0.92 | 0 | 0.08 | 0.56 |
| HSL | 174.76º | 0.85% | 0.24% | - |
| HSV(B) | 174.76º | 0.92% | 0.44% | - |
| XYZ | 8.36 | 12.63 | 14.83 | - |
| YUV | 80.18 | 140.88 | 77.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 112 | 103 | 0.92 | 0 | 0.08 | 0.56 | 174.76 | 0.85 | 0.24 |
| Hex | 9 | 70 | 67 | 5C | 0 | 8 | 38 | AF | 55 | 18 |
| Octal | 11 | 160 | 147 | 134 | 0 | 10 | 70 | 257 | 125 | 30 |
| Binary | 1001 | 1110000 | 1100111 | 1011100 | 0 | 1000 | 111000 | 10101111 | 1010101 | 11000 |
Color Harmonies of #097067
Complementary color
Monochromatic Colors of #097067
Black with #097067
Text Example
Text Example
White with #097067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #097067; }
p { color: rgb(9,112,103); }
H1.HeaderClassName
{
color: #097067;
}
.AnyTagClassName
{
color: #097067;
}
</style>
background-color css
<style>
a { background-color: #097067; }
a { background-color: rgb(9,112,103); }
div.DivClassName
{
background-color: #097067;
}
.BgClassName
{
background-color: #097067;
}
</style>
border-color css
<style>
span { border-color: #097067; }
span { border-color: rgb(9,112,103); }
td.TdClassName
{
border-color: #097067;
}
.TagClassName
{
border-color: #097067;
}
</style>