Shades of Pine Tree #070B03
Tints of Pine Tree #070B03
RGB
CMYK
RGB Variations
Color information
#070B03 (or 0x070B03) is known color: Pine Tree. HEX triplet: 07, 0B and 03. RGB value is (7,11,3). Sum of RGB (Red+Green+Blue) = 7+11+3=21 (2% of max value = 765). Red value is 7 (3.12% from 255 or 33.33% from 21); Green value is 11 (4.69% from 255 or 52.38% from 21); Blue value is 3 (1.56% from 255 or 14.29% from 21); Max value from RGB is 11 - color contains mainly: green. Hex color #070B03 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #070B03 is #F8F4FC. Grayscale: #080808. Windows color (decimal): -16315645 or 199431. OLE color: 199431.
HSL color Cylindrical-coordinate representation of color #070B03: hue angle of 90º degrees, saturation: 0.57, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #070B03 is Cyan = 0.36, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.96.
Color convert
| RGB | 7 | 11 | 3 | - |
| CMYK | 0.36 | 0 | 0.73 | 0.96 |
| HSL | 90º | 0.57% | 0.03% | - |
| HSV(B) | 90º | 0.73% | 0.04% | - |
| XYZ | 0.22 | 0.29 | 0.13 | - |
| YUV | 8.89 | 124.67 | 126.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 11 | 3 | 0.36 | 0 | 0.73 | 0.96 | 90 | 0.57 | 0.03 |
| Hex | 7 | B | 3 | 24 | 0 | 49 | 60 | 5A | 39 | 3 |
| Octal | 7 | 13 | 3 | 44 | 0 | 111 | 140 | 132 | 71 | 3 |
| Binary | 111 | 1011 | 11 | 100100 | 0 | 1001001 | 1100000 | 1011010 | 111001 | 11 |
Color Harmonies of #070B03
Complementary color
Monochromatic Colors of #070B03
Black with #070B03
Text Example
Text Example
White with #070B03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #070B03; }
p { color: rgb(7,11,3); }
H1.HeaderClassName
{
color: #070B03;
}
.AnyTagClassName
{
color: #070B03;
}
</style>
background-color css
<style>
a { background-color: #070B03; }
a { background-color: rgb(7,11,3); }
div.DivClassName
{
background-color: #070B03;
}
.BgClassName
{
background-color: #070B03;
}
</style>
border-color css
<style>
span { border-color: #070B03; }
span { border-color: rgb(7,11,3); }
td.TdClassName
{
border-color: #070B03;
}
.TagClassName
{
border-color: #070B03;
}
</style>