Shades of Pine Green #096D6D
Tints of Pine Green #096D6D
RGB
CMYK
RGB Variations
Color information
#096D6D (or 0x096D6D) is known color: Pine Green. HEX triplet: 09, 6D and 6D. RGB value is (9,109,109). Sum of RGB (Red+Green+Blue) = 9+109+109=227 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.96% from 227); Green value is 109 (42.97% from 255 or 48.02% from 227); Blue value is 109 (42.97% from 255 or 48.02% from 227); Max value from RGB is 109 - color contains mainly: green, blue. Hex color #096D6D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #096D6D is #F69292. Grayscale: #4F4F4F. Windows color (decimal): -16159379 or 7171337. OLE color: 7171337.
HSL color Cylindrical-coordinate representation of color #096D6D: hue angle of 180º 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 #096D6D is Cyan = 0.92, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 9 | 109 | 109 | - |
| CMYK | 0.92 | 0 | 0 | 0.57 |
| HSL | 180º | 0.85% | 0.23% | - |
| HSV(B) | 180º | 0.92% | 0.43% | - |
| XYZ | 8.34 | 12.1 | 16.36 | - |
| YUV | 79.1 | 144.87 | 78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 109 | 109 | 0.92 | 0 | 0 | 0.57 | 180 | 0.85 | 0.23 |
| Hex | 9 | 6D | 6D | 5C | 0 | 0 | 39 | B4 | 55 | 17 |
| Octal | 11 | 155 | 155 | 134 | 0 | 0 | 71 | 264 | 125 | 27 |
| Binary | 1001 | 1101101 | 1101101 | 1011100 | 0 | 0 | 111001 | 10110100 | 1010101 | 10111 |
Color Harmonies of #096D6D
Complementary color
Monochromatic Colors of #096D6D
Black with #096D6D
Text Example
Text Example
White with #096D6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #096D6D; }
p { color: rgb(9,109,109); }
H1.HeaderClassName
{
color: #096D6D;
}
.AnyTagClassName
{
color: #096D6D;
}
</style>
background-color css
<style>
a { background-color: #096D6D; }
a { background-color: rgb(9,109,109); }
div.DivClassName
{
background-color: #096D6D;
}
.BgClassName
{
background-color: #096D6D;
}
</style>
border-color css
<style>
span { border-color: #096D6D; }
span { border-color: rgb(9,109,109); }
td.TdClassName
{
border-color: #096D6D;
}
.TagClassName
{
border-color: #096D6D;
}
</style>