Shades of Pine Tree #090D07
Tints of Pine Tree #090D07
RGB
CMYK
RGB Variations
Color information
#090D07 (or 0x090D07) is known color: Pine Tree. HEX triplet: 09, 0D and 07. RGB value is (9,13,7). Sum of RGB (Red+Green+Blue) = 9+13+7=29 (3% of max value = 765). Red value is 9 (3.91% from 255 or 31.03% from 29); Green value is 13 (5.47% from 255 or 44.83% from 29); Blue value is 7 (3.12% from 255 or 24.14% from 29); Max value from RGB is 13 - color contains mainly: green. Hex color #090D07 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #090D07 is #F6F2F8. Grayscale: #0B0B0B. Windows color (decimal): -16184057 or 462089. OLE color: 462089.
HSL color Cylindrical-coordinate representation of color #090D07: hue angle of 100º degrees, saturation: 0.3, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #090D07 is Cyan = 0.31, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.95.
Color convert
| RGB | 9 | 13 | 7 | - |
| CMYK | 0.31 | 0 | 0.46 | 0.95 |
| HSL | 100º | 0.3% | 0.04% | - |
| HSV(B) | 100º | 0.46% | 0.05% | - |
| XYZ | 0.29 | 0.36 | 0.26 | - |
| YUV | 11.12 | 125.67 | 126.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 13 | 7 | 0.31 | 0 | 0.46 | 0.95 | 100 | 0.3 | 0.04 |
| Hex | 9 | D | 7 | 1F | 0 | 2E | 5F | 64 | 1E | 4 |
| Octal | 11 | 15 | 7 | 37 | 0 | 56 | 137 | 144 | 36 | 4 |
| Binary | 1001 | 1101 | 111 | 11111 | 0 | 101110 | 1011111 | 1100100 | 11110 | 100 |
Color Harmonies of #090D07
Complementary color
Monochromatic Colors of #090D07
Black with #090D07
Text Example
Text Example
White with #090D07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #090D07; }
p { color: rgb(9,13,7); }
H1.HeaderClassName
{
color: #090D07;
}
.AnyTagClassName
{
color: #090D07;
}
</style>
background-color css
<style>
a { background-color: #090D07; }
a { background-color: rgb(9,13,7); }
div.DivClassName
{
background-color: #090D07;
}
.BgClassName
{
background-color: #090D07;
}
</style>
border-color css
<style>
span { border-color: #090D07; }
span { border-color: rgb(9,13,7); }
td.TdClassName
{
border-color: #090D07;
}
.TagClassName
{
border-color: #090D07;
}
</style>