Shades of Pine Green #096E67
Tints of Pine Green #096E67
RGB
CMYK
RGB Variations
Color information
#096E67 (or 0x096E67) is known color: Pine Green. HEX triplet: 09, 6E and 67. RGB value is (9,110,103). Sum of RGB (Red+Green+Blue) = 9+110+103=222 (29% of max value = 765). Red value is 9 (3.91% from 255 or 4.05% from 222); Green value is 110 (43.36% from 255 or 49.55% from 222); Blue value is 103 (40.62% from 255 or 46.40% from 222); Max value from RGB is 110 - color contains mainly: green. Hex color #096E67 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #096E67 is #F69198. Grayscale: #4E4E4E. Windows color (decimal): -16159129 or 6778377. OLE color: 6778377.
HSL color Cylindrical-coordinate representation of color #096E67: hue angle of 175.84º degrees, saturation: 0.85, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #096E67 is Cyan = 0.92, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 9 | 110 | 103 | - |
| CMYK | 0.92 | 0 | 0.06 | 0.57 |
| HSL | 175.84º | 0.85% | 0.23% | - |
| HSV(B) | 175.84º | 0.92% | 0.43% | - |
| XYZ | 8.14 | 12.19 | 14.76 | - |
| YUV | 79 | 141.54 | 78.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 110 | 103 | 0.92 | 0 | 0.06 | 0.57 | 175.84 | 0.85 | 0.23 |
| Hex | 9 | 6E | 67 | 5C | 0 | 6 | 39 | B0 | 55 | 17 |
| Octal | 11 | 156 | 147 | 134 | 0 | 6 | 71 | 260 | 125 | 27 |
| Binary | 1001 | 1101110 | 1100111 | 1011100 | 0 | 110 | 111001 | 10110000 | 1010101 | 10111 |
Color Harmonies of #096E67
Complementary color
Monochromatic Colors of #096E67
Black with #096E67
Text Example
Text Example
White with #096E67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #096E67; }
p { color: rgb(9,110,103); }
H1.HeaderClassName
{
color: #096E67;
}
.AnyTagClassName
{
color: #096E67;
}
</style>
background-color css
<style>
a { background-color: #096E67; }
a { background-color: rgb(9,110,103); }
div.DivClassName
{
background-color: #096E67;
}
.BgClassName
{
background-color: #096E67;
}
</style>
border-color css
<style>
span { border-color: #096E67; }
span { border-color: rgb(9,110,103); }
td.TdClassName
{
border-color: #096E67;
}
.TagClassName
{
border-color: #096E67;
}
</style>