Shades of Pine Tree #090D06
Tints of Pine Tree #090D06
RGB
CMYK
RGB Variations
Color information
#090D06 (or 0x090D06) is known color: Pine Tree. HEX triplet: 09, 0D and 06. RGB value is (9,13,6). Sum of RGB (Red+Green+Blue) = 9+13+6=28 (3% of max value = 765). Red value is 9 (3.91% from 255 or 32.14% from 28); Green value is 13 (5.47% from 255 or 46.43% from 28); Blue value is 6 (2.73% from 255 or 21.43% from 28); Max value from RGB is 13 - color contains mainly: green. Hex color #090D06 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #090D06 is #F6F2F9. Grayscale: #0B0B0B. Windows color (decimal): -16184058 or 396553. OLE color: 396553.
HSL color Cylindrical-coordinate representation of color #090D06: hue angle of 94.29º degrees, saturation: 0.37, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #090D06 is Cyan = 0.31, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.95.
Color convert
| RGB | 9 | 13 | 6 | - |
| CMYK | 0.31 | 0 | 0.54 | 0.95 |
| HSL | 94.29º | 0.37% | 0.04% | - |
| HSV(B) | 94.29º | 0.54% | 0.05% | - |
| XYZ | 0.29 | 0.36 | 0.23 | - |
| YUV | 11.01 | 125.17 | 126.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 13 | 6 | 0.31 | 0 | 0.54 | 0.95 | 94.29 | 0.37 | 0.04 |
| Hex | 9 | D | 6 | 1F | 0 | 36 | 5F | 5E | 25 | 4 |
| Octal | 11 | 15 | 6 | 37 | 0 | 66 | 137 | 136 | 45 | 4 |
| Binary | 1001 | 1101 | 110 | 11111 | 0 | 110110 | 1011111 | 1011110 | 100101 | 100 |
Color Harmonies of #090D06
Complementary color
Monochromatic Colors of #090D06
Black with #090D06
Text Example
Text Example
White with #090D06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #090D06; }
p { color: rgb(9,13,6); }
H1.HeaderClassName
{
color: #090D06;
}
.AnyTagClassName
{
color: #090D06;
}
</style>
background-color css
<style>
a { background-color: #090D06; }
a { background-color: rgb(9,13,6); }
div.DivClassName
{
background-color: #090D06;
}
.BgClassName
{
background-color: #090D06;
}
</style>
border-color css
<style>
span { border-color: #090D06; }
span { border-color: rgb(9,13,6); }
td.TdClassName
{
border-color: #090D06;
}
.TagClassName
{
border-color: #090D06;
}
</style>