Shades of Pine Tree #070F01
Tints of Pine Tree #070F01
RGB
CMYK
RGB Variations
Color information
#070F01 (or 0x070F01) is known color: Pine Tree. HEX triplet: 07, 0F and 01. RGB value is (7,15,1). Sum of RGB (Red+Green+Blue) = 7+15+1=23 (3% of max value = 765). Red value is 7 (3.12% from 255 or 30.43% from 23); Green value is 15 (6.25% from 255 or 65.22% from 23); Blue value is 1 (0.78% from 255 or 4.35% from 23); Max value from RGB is 15 - color contains mainly: green. Hex color #070F01 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #070F01 is #F8F0FE. Grayscale: #0B0B0B. Windows color (decimal): -16314623 or 69383. OLE color: 69383.
HSL color Cylindrical-coordinate representation of color #070F01: hue angle of 94.29º degrees, saturation: 0.88, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #070F01 is Cyan = 0.53, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.94.
Color convert
| RGB | 7 | 15 | 1 | - |
| CMYK | 0.53 | 0 | 0.93 | 0.94 |
| HSL | 94.29º | 0.88% | 0.03% | - |
| HSV(B) | 94.29º | 0.93% | 0.06% | - |
| XYZ | 0.26 | 0.39 | 0.09 | - |
| YUV | 11.01 | 122.35 | 125.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 15 | 1 | 0.53 | 0 | 0.93 | 0.94 | 94.29 | 0.88 | 0.03 |
| Hex | 7 | F | 1 | 35 | 0 | 5D | 5E | 5E | 58 | 3 |
| Octal | 7 | 17 | 1 | 65 | 0 | 135 | 136 | 136 | 130 | 3 |
| Binary | 111 | 1111 | 1 | 110101 | 0 | 1011101 | 1011110 | 1011110 | 1011000 | 11 |
Color Harmonies of #070F01
Complementary color
Monochromatic Colors of #070F01
Black with #070F01
Text Example
Text Example
White with #070F01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #070F01; }
p { color: rgb(7,15,1); }
H1.HeaderClassName
{
color: #070F01;
}
.AnyTagClassName
{
color: #070F01;
}
</style>
background-color css
<style>
a { background-color: #070F01; }
a { background-color: rgb(7,15,1); }
div.DivClassName
{
background-color: #070F01;
}
.BgClassName
{
background-color: #070F01;
}
</style>
border-color css
<style>
span { border-color: #070F01; }
span { border-color: rgb(7,15,1); }
td.TdClassName
{
border-color: #070F01;
}
.TagClassName
{
border-color: #070F01;
}
</style>