Shades of Pine Green #09706B
Tints of Pine Green #09706B
RGB
CMYK
RGB Variations
Color information
#09706B (or 0x09706B) is known color: Pine Green. HEX triplet: 09, 70 and 6B. RGB value is (9,112,107). Sum of RGB (Red+Green+Blue) = 9+112+107=228 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.95% from 228); Green value is 112 (44.14% from 255 or 49.12% from 228); Blue value is 107 (42.19% from 255 or 46.93% from 228); Max value from RGB is 112 - color contains mainly: green. Hex color #09706B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #09706B is #F68F94. Grayscale: #505050. Windows color (decimal): -16158613 or 7041033. OLE color: 7041033.
HSL color Cylindrical-coordinate representation of color #09706B: hue angle of 177.09º 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 #09706B is Cyan = 0.92, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 9 | 112 | 107 | - |
| CMYK | 0.92 | 0 | 0.04 | 0.56 |
| HSL | 177.09º | 0.85% | 0.24% | - |
| HSV(B) | 177.09º | 0.92% | 0.44% | - |
| XYZ | 8.56 | 12.71 | 15.91 | - |
| YUV | 80.63 | 142.88 | 76.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 112 | 107 | 0.92 | 0 | 0.04 | 0.56 | 177.09 | 0.85 | 0.24 |
| Hex | 9 | 70 | 6B | 5C | 0 | 4 | 38 | B1 | 55 | 18 |
| Octal | 11 | 160 | 153 | 134 | 0 | 4 | 70 | 261 | 125 | 30 |
| Binary | 1001 | 1110000 | 1101011 | 1011100 | 0 | 100 | 111000 | 10110001 | 1010101 | 11000 |
Color Harmonies of #09706B
Complementary color
Monochromatic Colors of #09706B
Black with #09706B
Text Example
Text Example
White with #09706B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09706B; }
p { color: rgb(9,112,107); }
H1.HeaderClassName
{
color: #09706B;
}
.AnyTagClassName
{
color: #09706B;
}
</style>
background-color css
<style>
a { background-color: #09706B; }
a { background-color: rgb(9,112,107); }
div.DivClassName
{
background-color: #09706B;
}
.BgClassName
{
background-color: #09706B;
}
</style>
border-color css
<style>
span { border-color: #09706B; }
span { border-color: rgb(9,112,107); }
td.TdClassName
{
border-color: #09706B;
}
.TagClassName
{
border-color: #09706B;
}
</style>