Shades of Pine Tree #070D01
Tints of Pine Tree #070D01
RGB
CMYK
RGB Variations
Color information
#070D01 (or 0x070D01) is known color: Pine Tree. HEX triplet: 07, 0D and 01. RGB value is (7,13,1). Sum of RGB (Red+Green+Blue) = 7+13+1=21 (2% of max value = 765). Red value is 7 (3.12% from 255 or 33.33% from 21); Green value is 13 (5.47% from 255 or 61.90% from 21); Blue value is 1 (0.78% from 255 or 4.76% from 21); Max value from RGB is 13 - color contains mainly: green. Hex color #070D01 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #070D01 is #F8F2FE. Grayscale: #090909. Windows color (decimal): -16315135 or 68871. OLE color: 68871.
HSL color Cylindrical-coordinate representation of color #070D01: hue angle of 90º degrees, saturation: 0.86, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #070D01 is Cyan = 0.46, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.95.
Color convert
| RGB | 7 | 13 | 1 | - |
| CMYK | 0.46 | 0 | 0.92 | 0.95 |
| HSL | 90º | 0.86% | 0.03% | - |
| HSV(B) | 90º | 0.92% | 0.05% | - |
| XYZ | 0.24 | 0.34 | 0.08 | - |
| YUV | 9.84 | 123.01 | 125.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 13 | 1 | 0.46 | 0 | 0.92 | 0.95 | 90 | 0.86 | 0.03 |
| Hex | 7 | D | 1 | 2E | 0 | 5C | 5F | 5A | 56 | 3 |
| Octal | 7 | 15 | 1 | 56 | 0 | 134 | 137 | 132 | 126 | 3 |
| Binary | 111 | 1101 | 1 | 101110 | 0 | 1011100 | 1011111 | 1011010 | 1010110 | 11 |
Color Harmonies of #070D01
Complementary color
Monochromatic Colors of #070D01
Black with #070D01
Text Example
Text Example
White with #070D01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #070D01; }
p { color: rgb(7,13,1); }
H1.HeaderClassName
{
color: #070D01;
}
.AnyTagClassName
{
color: #070D01;
}
</style>
background-color css
<style>
a { background-color: #070D01; }
a { background-color: rgb(7,13,1); }
div.DivClassName
{
background-color: #070D01;
}
.BgClassName
{
background-color: #070D01;
}
</style>
border-color css
<style>
span { border-color: #070D01; }
span { border-color: rgb(7,13,1); }
td.TdClassName
{
border-color: #070D01;
}
.TagClassName
{
border-color: #070D01;
}
</style>