Shades of Pine Green #096D6B
Tints of Pine Green #096D6B
RGB
CMYK
RGB Variations
Color information
#096D6B (or 0x096D6B) is known color: Pine Green. HEX triplet: 09, 6D and 6B. RGB value is (9,109,107). Sum of RGB (Red+Green+Blue) = 9+109+107=225 (29% of max value = 765). Red value is 9 (3.91% from 255 or 4% from 225); Green value is 109 (42.97% from 255 or 48.44% from 225); Blue value is 107 (42.19% from 255 or 47.56% from 225); Max value from RGB is 109 - color contains mainly: green. Hex color #096D6B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #096D6B is #F69294. Grayscale: #4E4E4E. Windows color (decimal): -16159381 or 7040265. OLE color: 7040265.
HSL color Cylindrical-coordinate representation of color #096D6B: hue angle of 178.8º 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 #096D6B is Cyan = 0.92, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 9 | 109 | 107 | - |
| CMYK | 0.92 | 0 | 0.02 | 0.57 |
| HSL | 178.8º | 0.85% | 0.23% | - |
| HSV(B) | 178.8º | 0.92% | 0.43% | - |
| XYZ | 8.24 | 12.06 | 15.8 | - |
| YUV | 78.87 | 143.87 | 78.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 109 | 107 | 0.92 | 0 | 0.02 | 0.57 | 178.8 | 0.85 | 0.23 |
| Hex | 9 | 6D | 6B | 5C | 0 | 2 | 39 | B3 | 55 | 17 |
| Octal | 11 | 155 | 153 | 134 | 0 | 2 | 71 | 263 | 125 | 27 |
| Binary | 1001 | 1101101 | 1101011 | 1011100 | 0 | 10 | 111001 | 10110011 | 1010101 | 10111 |
Color Harmonies of #096D6B
Complementary color
Monochromatic Colors of #096D6B
Black with #096D6B
Text Example
Text Example
White with #096D6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #096D6B; }
p { color: rgb(9,109,107); }
H1.HeaderClassName
{
color: #096D6B;
}
.AnyTagClassName
{
color: #096D6B;
}
</style>
background-color css
<style>
a { background-color: #096D6B; }
a { background-color: rgb(9,109,107); }
div.DivClassName
{
background-color: #096D6B;
}
.BgClassName
{
background-color: #096D6B;
}
</style>
border-color css
<style>
span { border-color: #096D6B; }
span { border-color: rgb(9,109,107); }
td.TdClassName
{
border-color: #096D6B;
}
.TagClassName
{
border-color: #096D6B;
}
</style>