Shades of Pine Green #09766C
Tints of Pine Green #09766C
RGB
CMYK
RGB Variations
Color information
#09766C (or 0x09766C) is known color: Pine Green. HEX triplet: 09, 76 and 6C. RGB value is (9,118,108). Sum of RGB (Red+Green+Blue) = 9+118+108=235 (31% of max value = 765). Red value is 9 (3.91% from 255 or 3.83% from 235); Green value is 118 (46.48% from 255 or 50.21% from 235); Blue value is 108 (42.58% from 255 or 45.96% from 235); Max value from RGB is 118 - color contains mainly: green. Hex color #09766C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #09766C is #F68993. Grayscale: #545454. Windows color (decimal): -16157076 or 7108105. OLE color: 7108105.
HSL color Cylindrical-coordinate representation of color #09766C: hue angle of 174.5º 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 #09766C is Cyan = 0.92, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 9 | 118 | 108 | - |
| CMYK | 0.92 | 0 | 0.08 | 0.54 |
| HSL | 174.5º | 0.86% | 0.25% | - |
| HSV(B) | 174.5º | 0.92% | 0.46% | - |
| XYZ | 9.3 | 14.1 | 16.42 | - |
| YUV | 84.27 | 141.39 | 74.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 118 | 108 | 0.92 | 0 | 0.08 | 0.54 | 174.5 | 0.86 | 0.25 |
| Hex | 9 | 76 | 6C | 5C | 0 | 8 | 36 | AE | 56 | 19 |
| Octal | 11 | 166 | 154 | 134 | 0 | 10 | 66 | 256 | 126 | 31 |
| Binary | 1001 | 1110110 | 1101100 | 1011100 | 0 | 1000 | 110110 | 10101110 | 1010110 | 11001 |
Color Harmonies of #09766C
Complementary color
Monochromatic Colors of #09766C
Black with #09766C
Text Example
Text Example
White with #09766C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09766C; }
p { color: rgb(9,118,108); }
H1.HeaderClassName
{
color: #09766C;
}
.AnyTagClassName
{
color: #09766C;
}
</style>
background-color css
<style>
a { background-color: #09766C; }
a { background-color: rgb(9,118,108); }
div.DivClassName
{
background-color: #09766C;
}
.BgClassName
{
background-color: #09766C;
}
</style>
border-color css
<style>
span { border-color: #09766C; }
span { border-color: rgb(9,118,108); }
td.TdClassName
{
border-color: #09766C;
}
.TagClassName
{
border-color: #09766C;
}
</style>