Shades of Pine Green #09706D
Tints of Pine Green #09706D
RGB
CMYK
RGB Variations
Color information
#09706D (or 0x09706D) is known color: Pine Green. HEX triplet: 09, 70 and 6D. RGB value is (9,112,109). Sum of RGB (Red+Green+Blue) = 9+112+109=230 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.91% from 230); Green value is 112 (44.14% from 255 or 48.70% from 230); Blue value is 109 (42.97% from 255 or 47.39% from 230); Max value from RGB is 112 - color contains mainly: green. Hex color #09706D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #09706D is #F68F92. Grayscale: #505050. Windows color (decimal): -16158611 or 7172105. OLE color: 7172105.
HSL color Cylindrical-coordinate representation of color #09706D: hue angle of 178.25º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #09706D is Cyan = 0.92, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 9 | 112 | 109 | - |
| CMYK | 0.92 | 0 | 0.03 | 0.56 |
| HSL | 178.25º | 0.85% | 0.24% | - |
| HSV(B) | 178.25º | 0.92% | 0.44% | - |
| XYZ | 8.67 | 12.75 | 16.47 | - |
| YUV | 80.86 | 143.88 | 76.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 112 | 109 | 0.92 | 0 | 0.03 | 0.56 | 178.25 | 0.85 | 0.24 |
| Hex | 9 | 70 | 6D | 5C | 0 | 3 | 38 | B2 | 55 | 18 |
| Octal | 11 | 160 | 155 | 134 | 0 | 3 | 70 | 262 | 125 | 30 |
| Binary | 1001 | 1110000 | 1101101 | 1011100 | 0 | 11 | 111000 | 10110010 | 1010101 | 11000 |
Color Harmonies of #09706D
Complementary color
Monochromatic Colors of #09706D
Black with #09706D
Text Example
Text Example
White with #09706D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09706D; }
p { color: rgb(9,112,109); }
H1.HeaderClassName
{
color: #09706D;
}
.AnyTagClassName
{
color: #09706D;
}
</style>
background-color css
<style>
a { background-color: #09706D; }
a { background-color: rgb(9,112,109); }
div.DivClassName
{
background-color: #09706D;
}
.BgClassName
{
background-color: #09706D;
}
</style>
border-color css
<style>
span { border-color: #09706D; }
span { border-color: rgb(9,112,109); }
td.TdClassName
{
border-color: #09706D;
}
.TagClassName
{
border-color: #09706D;
}
</style>