Shades of Pine Tree #090E07
Tints of Pine Tree #090E07
RGB
CMYK
RGB Variations
Color information
#090E07 (or 0x090E07) is known color: Pine Tree. HEX triplet: 09, 0E and 07. RGB value is (9,14,7). Sum of RGB (Red+Green+Blue) = 9+14+7=30 (3% of max value = 765). Red value is 9 (3.91% from 255 or 30% from 30); Green value is 14 (5.86% from 255 or 46.67% from 30); Blue value is 7 (3.12% from 255 or 23.33% from 30); Max value from RGB is 14 - color contains mainly: green. Hex color #090E07 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #090E07 is #F6F1F8. Grayscale: #0B0B0B. Windows color (decimal): -16183801 or 462345. OLE color: 462345.
HSL color Cylindrical-coordinate representation of color #090E07: hue angle of 102.86º degrees, saturation: 0.33, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #090E07 is Cyan = 0.36, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.95.
Color convert
| RGB | 9 | 14 | 7 | - |
| CMYK | 0.36 | 0 | 0.5 | 0.95 |
| HSL | 102.86º | 0.33% | 0.04% | - |
| HSV(B) | 102.86º | 0.5% | 0.05% | - |
| XYZ | 0.31 | 0.39 | 0.26 | - |
| YUV | 11.71 | 125.34 | 126.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 14 | 7 | 0.36 | 0 | 0.5 | 0.95 | 102.86 | 0.33 | 0.04 |
| Hex | 9 | E | 7 | 24 | 0 | 32 | 5F | 67 | 21 | 4 |
| Octal | 11 | 16 | 7 | 44 | 0 | 62 | 137 | 147 | 41 | 4 |
| Binary | 1001 | 1110 | 111 | 100100 | 0 | 110010 | 1011111 | 1100111 | 100001 | 100 |
Color Harmonies of #090E07
Complementary color
Monochromatic Colors of #090E07
Black with #090E07
Text Example
Text Example
White with #090E07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #090E07; }
p { color: rgb(9,14,7); }
H1.HeaderClassName
{
color: #090E07;
}
.AnyTagClassName
{
color: #090E07;
}
</style>
background-color css
<style>
a { background-color: #090E07; }
a { background-color: rgb(9,14,7); }
div.DivClassName
{
background-color: #090E07;
}
.BgClassName
{
background-color: #090E07;
}
</style>
border-color css
<style>
span { border-color: #090E07; }
span { border-color: rgb(9,14,7); }
td.TdClassName
{
border-color: #090E07;
}
.TagClassName
{
border-color: #090E07;
}
</style>