Shades of Pine Green #096E6A
Tints of Pine Green #096E6A
RGB
CMYK
RGB Variations
Color information
#096E6A (or 0x096E6A) is known color: Pine Green. HEX triplet: 09, 6E and 6A. RGB value is (9,110,106). Sum of RGB (Red+Green+Blue) = 9+110+106=225 (29% of max value = 765). Red value is 9 (3.91% from 255 or 4% from 225); Green value is 110 (43.36% from 255 or 48.89% from 225); Blue value is 106 (41.80% from 255 or 47.11% from 225); Max value from RGB is 110 - color contains mainly: green. Hex color #096E6A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #096E6A is #F69195. Grayscale: #4F4F4F. Windows color (decimal): -16159126 or 6974985. OLE color: 6974985.
HSL color Cylindrical-coordinate representation of color #096E6A: hue angle of 177.62º 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 #096E6A is Cyan = 0.92, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 9 | 110 | 106 | - |
| CMYK | 0.92 | 0 | 0.04 | 0.57 |
| HSL | 177.62º | 0.85% | 0.23% | - |
| HSV(B) | 177.62º | 0.92% | 0.43% | - |
| XYZ | 8.29 | 12.25 | 15.56 | - |
| YUV | 79.35 | 143.04 | 77.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 110 | 106 | 0.92 | 0 | 0.04 | 0.57 | 177.62 | 0.85 | 0.23 |
| Hex | 9 | 6E | 6A | 5C | 0 | 4 | 39 | B2 | 55 | 17 |
| Octal | 11 | 156 | 152 | 134 | 0 | 4 | 71 | 262 | 125 | 27 |
| Binary | 1001 | 1101110 | 1101010 | 1011100 | 0 | 100 | 111001 | 10110010 | 1010101 | 10111 |
Color Harmonies of #096E6A
Complementary color
Monochromatic Colors of #096E6A
Black with #096E6A
Text Example
Text Example
White with #096E6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #096E6A; }
p { color: rgb(9,110,106); }
H1.HeaderClassName
{
color: #096E6A;
}
.AnyTagClassName
{
color: #096E6A;
}
</style>
background-color css
<style>
a { background-color: #096E6A; }
a { background-color: rgb(9,110,106); }
div.DivClassName
{
background-color: #096E6A;
}
.BgClassName
{
background-color: #096E6A;
}
</style>
border-color css
<style>
span { border-color: #096E6A; }
span { border-color: rgb(9,110,106); }
td.TdClassName
{
border-color: #096E6A;
}
.TagClassName
{
border-color: #096E6A;
}
</style>