Shades of Pine Green #09756C
Tints of Pine Green #09756C
RGB
CMYK
RGB Variations
Color information
#09756C (or 0x09756C) is known color: Pine Green. HEX triplet: 09, 75 and 6C. RGB value is (9,117,108). Sum of RGB (Red+Green+Blue) = 9+117+108=234 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.85% from 234); Green value is 117 (46.09% from 255 or 50% from 234); Blue value is 108 (42.58% from 255 or 46.15% from 234); Max value from RGB is 117 - color contains mainly: green. Hex color #09756C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #09756C is #F68A93. Grayscale: #535353. Windows color (decimal): -16157332 or 7107849. OLE color: 7107849.
HSL color Cylindrical-coordinate representation of color #09756C: hue angle of 175º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #09756C is Cyan = 0.92, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 9 | 117 | 108 | - |
| CMYK | 0.92 | 0 | 0.08 | 0.54 |
| HSL | 175º | 0.86% | 0.25% | - |
| HSV(B) | 175º | 0.92% | 0.46% | - |
| XYZ | 9.18 | 13.86 | 16.38 | - |
| YUV | 83.68 | 141.72 | 74.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 117 | 108 | 0.92 | 0 | 0.08 | 0.54 | 175 | 0.86 | 0.25 |
| Hex | 9 | 75 | 6C | 5C | 0 | 8 | 36 | AF | 56 | 19 |
| Octal | 11 | 165 | 154 | 134 | 0 | 10 | 66 | 257 | 126 | 31 |
| Binary | 1001 | 1110101 | 1101100 | 1011100 | 0 | 1000 | 110110 | 10101111 | 1010110 | 11001 |
Color Harmonies of #09756C
Complementary color
Monochromatic Colors of #09756C
Black with #09756C
Text Example
Text Example
White with #09756C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09756C; }
p { color: rgb(9,117,108); }
H1.HeaderClassName
{
color: #09756C;
}
.AnyTagClassName
{
color: #09756C;
}
</style>
background-color css
<style>
a { background-color: #09756C; }
a { background-color: rgb(9,117,108); }
div.DivClassName
{
background-color: #09756C;
}
.BgClassName
{
background-color: #09756C;
}
</style>
border-color css
<style>
span { border-color: #09756C; }
span { border-color: rgb(9,117,108); }
td.TdClassName
{
border-color: #09756C;
}
.TagClassName
{
border-color: #09756C;
}
</style>