Shades of Pine Tree #090F06
Tints of Pine Tree #090F06
RGB
CMYK
RGB Variations
Color information
#090F06 (or 0x090F06) is known color: Pine Tree. HEX triplet: 09, 0F and 06. RGB value is (9,15,6). Sum of RGB (Red+Green+Blue) = 9+15+6=30 (3% of max value = 765). Red value is 9 (3.91% from 255 or 30% from 30); Green value is 15 (6.25% from 255 or 50% from 30); Blue value is 6 (2.73% from 255 or 20% from 30); Max value from RGB is 15 - color contains mainly: green. Hex color #090F06 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #090F06 is #F6F0F9. Grayscale: #0C0C0C. Windows color (decimal): -16183546 or 397065. OLE color: 397065.
HSL color Cylindrical-coordinate representation of color #090F06: hue angle of 100º degrees, saturation: 0.43, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #090F06 is Cyan = 0.40, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.94.
Color convert
| RGB | 9 | 15 | 6 | - |
| CMYK | 0.40 | 0 | 0.60 | 0.94 |
| HSL | 100º | 0.43% | 0.04% | - |
| HSV(B) | 100º | 0.6% | 0.06% | - |
| XYZ | 0.32 | 0.41 | 0.24 | - |
| YUV | 12.18 | 124.51 | 125.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 15 | 6 | 0.40 | 0 | 0.60 | 0.94 | 100 | 0.43 | 0.04 |
| Hex | 9 | F | 6 | 28 | 0 | 3C | 5E | 64 | 2B | 4 |
| Octal | 11 | 17 | 6 | 50 | 0 | 74 | 136 | 144 | 53 | 4 |
| Binary | 1001 | 1111 | 110 | 101000 | 0 | 111100 | 1011110 | 1100100 | 101011 | 100 |
Color Harmonies of #090F06
Complementary color
Monochromatic Colors of #090F06
Black with #090F06
Text Example
Text Example
White with #090F06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #090F06; }
p { color: rgb(9,15,6); }
H1.HeaderClassName
{
color: #090F06;
}
.AnyTagClassName
{
color: #090F06;
}
</style>
background-color css
<style>
a { background-color: #090F06; }
a { background-color: rgb(9,15,6); }
div.DivClassName
{
background-color: #090F06;
}
.BgClassName
{
background-color: #090F06;
}
</style>
border-color css
<style>
span { border-color: #090F06; }
span { border-color: rgb(9,15,6); }
td.TdClassName
{
border-color: #090F06;
}
.TagClassName
{
border-color: #090F06;
}
</style>