Shades of Pine Green #09756F
Tints of Pine Green #09756F
RGB
CMYK
RGB Variations
Color information
#09756F (or 0x09756F) is known color: Pine Green. HEX triplet: 09, 75 and 6F. RGB value is (9,117,111). Sum of RGB (Red+Green+Blue) = 9+117+111=237 (31% of max value = 765). Red value is 9 (3.91% from 255 or 3.80% from 237); Green value is 117 (46.09% from 255 or 49.37% from 237); Blue value is 111 (43.75% from 255 or 46.84% from 237); Max value from RGB is 117 - color contains mainly: green. Hex color #09756F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #09756F is #F68A90. Grayscale: #535353. Windows color (decimal): -16157329 or 7304457. OLE color: 7304457.
HSL color Cylindrical-coordinate representation of color #09756F: hue angle of 176.67º 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 #09756F is Cyan = 0.92, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 9 | 117 | 111 | - |
| CMYK | 0.92 | 0 | 0.05 | 0.54 |
| HSL | 176.67º | 0.86% | 0.25% | - |
| HSV(B) | 176.67º | 0.92% | 0.46% | - |
| XYZ | 9.34 | 13.93 | 17.23 | - |
| YUV | 84.02 | 143.22 | 74.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 117 | 111 | 0.92 | 0 | 0.05 | 0.54 | 176.67 | 0.86 | 0.25 |
| Hex | 9 | 75 | 6F | 5C | 0 | 5 | 36 | B1 | 56 | 19 |
| Octal | 11 | 165 | 157 | 134 | 0 | 5 | 66 | 261 | 126 | 31 |
| Binary | 1001 | 1110101 | 1101111 | 1011100 | 0 | 101 | 110110 | 10110001 | 1010110 | 11001 |
Color Harmonies of #09756F
Complementary color
Monochromatic Colors of #09756F
Black with #09756F
Text Example
Text Example
White with #09756F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09756F; }
p { color: rgb(9,117,111); }
H1.HeaderClassName
{
color: #09756F;
}
.AnyTagClassName
{
color: #09756F;
}
</style>
background-color css
<style>
a { background-color: #09756F; }
a { background-color: rgb(9,117,111); }
div.DivClassName
{
background-color: #09756F;
}
.BgClassName
{
background-color: #09756F;
}
</style>
border-color css
<style>
span { border-color: #09756F; }
span { border-color: rgb(9,117,111); }
td.TdClassName
{
border-color: #09756F;
}
.TagClassName
{
border-color: #09756F;
}
</style>