Shades of Pine Green #096C69
Tints of Pine Green #096C69
RGB
CMYK
RGB Variations
Color information
#096C69 (or 0x096C69) is known color: Pine Green. HEX triplet: 09, 6C and 69. RGB value is (9,108,105). Sum of RGB (Red+Green+Blue) = 9+108+105=222 (29% of max value = 765). Red value is 9 (3.91% from 255 or 4.05% from 222); Green value is 108 (42.58% from 255 or 48.65% from 222); Blue value is 105 (41.41% from 255 or 47.30% from 222); Max value from RGB is 108 - color contains mainly: green. Hex color #096C69 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #096C69 is #F69396. Grayscale: #4D4D4D. Windows color (decimal): -16159639 or 6908937. OLE color: 6908937.
HSL color Cylindrical-coordinate representation of color #096C69: hue angle of 178.18º degrees, saturation: 0.85, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #096C69 is Cyan = 0.92, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 9 | 108 | 105 | - |
| CMYK | 0.92 | 0 | 0.03 | 0.58 |
| HSL | 178.18º | 0.85% | 0.23% | - |
| HSV(B) | 178.18º | 0.92% | 0.42% | - |
| XYZ | 8.03 | 11.8 | 15.22 | - |
| YUV | 78.06 | 143.2 | 78.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 108 | 105 | 0.92 | 0 | 0.03 | 0.58 | 178.18 | 0.85 | 0.23 |
| Hex | 9 | 6C | 69 | 5C | 0 | 3 | 3A | B2 | 55 | 17 |
| Octal | 11 | 154 | 151 | 134 | 0 | 3 | 72 | 262 | 125 | 27 |
| Binary | 1001 | 1101100 | 1101001 | 1011100 | 0 | 11 | 111010 | 10110010 | 1010101 | 10111 |
Color Harmonies of #096C69
Complementary color
Monochromatic Colors of #096C69
Black with #096C69
Text Example
Text Example
White with #096C69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #096C69; }
p { color: rgb(9,108,105); }
H1.HeaderClassName
{
color: #096C69;
}
.AnyTagClassName
{
color: #096C69;
}
</style>
background-color css
<style>
a { background-color: #096C69; }
a { background-color: rgb(9,108,105); }
div.DivClassName
{
background-color: #096C69;
}
.BgClassName
{
background-color: #096C69;
}
</style>
border-color css
<style>
span { border-color: #096C69; }
span { border-color: rgb(9,108,105); }
td.TdClassName
{
border-color: #096C69;
}
.TagClassName
{
border-color: #096C69;
}
</style>