Shades of Pine Tree #070902
Tints of Pine Tree #070902
RGB
CMYK
RGB Variations
Color information
#070902 (or 0x070902) is known color: Pine Tree. HEX triplet: 07, 09 and 02. RGB value is (7,9,2). Sum of RGB (Red+Green+Blue) = 7+9+2=18 (2% of max value = 765). Red value is 7 (3.12% from 255 or 38.89% from 18); Green value is 9 (3.91% from 255 or 50% from 18); Blue value is 2 (1.17% from 255 or 11.11% from 18); Max value from RGB is 9 - color contains mainly: green. Hex color #070902 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #070902 is #F8F6FD. Grayscale: #070707. Windows color (decimal): -16316158 or 133383. OLE color: 133383.
HSL color Cylindrical-coordinate representation of color #070902: hue angle of 77.14º degrees, saturation: 0.64, lightness: 0.02%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #070902 is Cyan = 0.22, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.96.
Color convert
| RGB | 7 | 9 | 2 | - |
| CMYK | 0.22 | 0 | 0.78 | 0.96 |
| HSL | 77.14º | 0.64% | 0.02% | - |
| HSV(B) | 77.14º | 0.78% | 0.04% | - |
| XYZ | 0.2 | 0.24 | 0.09 | - |
| YUV | 7.6 | 124.84 | 127.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 9 | 2 | 0.22 | 0 | 0.78 | 0.96 | 77.14 | 0.64 | 0.02 |
| Hex | 7 | 9 | 2 | 16 | 0 | 4E | 60 | 4D | 40 | 2 |
| Octal | 7 | 11 | 2 | 26 | 0 | 116 | 140 | 115 | 100 | 2 |
| Binary | 111 | 1001 | 10 | 10110 | 0 | 1001110 | 1100000 | 1001101 | 1000000 | 10 |
Color Harmonies of #070902
Complementary color
Monochromatic Colors of #070902
Black with #070902
Text Example
Text Example
White with #070902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #070902; }
p { color: rgb(7,9,2); }
H1.HeaderClassName
{
color: #070902;
}
.AnyTagClassName
{
color: #070902;
}
</style>
background-color css
<style>
a { background-color: #070902; }
a { background-color: rgb(7,9,2); }
div.DivClassName
{
background-color: #070902;
}
.BgClassName
{
background-color: #070902;
}
</style>
border-color css
<style>
span { border-color: #070902; }
span { border-color: rgb(7,9,2); }
td.TdClassName
{
border-color: #070902;
}
.TagClassName
{
border-color: #070902;
}
</style>