Shades of Pine Tree #070A01
Tints of Pine Tree #070A01
RGB
CMYK
RGB Variations
Color information
#070A01 (or 0x070A01) is known color: Pine Tree. HEX triplet: 07, 0A and 01. RGB value is (7,10,1). Sum of RGB (Red+Green+Blue) = 7+10+1=18 (2% of max value = 765). Red value is 7 (3.12% from 255 or 38.89% from 18); Green value is 10 (4.30% from 255 or 55.56% from 18); Blue value is 1 (0.78% from 255 or 5.56% from 18); Max value from RGB is 10 - color contains mainly: green. Hex color #070A01 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #070A01 is #F8F5FE. Grayscale: #080808. Windows color (decimal): -16315903 or 68103. OLE color: 68103.
HSL color Cylindrical-coordinate representation of color #070A01: hue angle of 80º degrees, saturation: 0.82, lightness: 0.02%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #070A01 is Cyan = 0.30, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.96.
Color convert
| RGB | 7 | 10 | 1 | - |
| CMYK | 0.30 | 0 | 0.90 | 0.96 |
| HSL | 80º | 0.82% | 0.02% | - |
| HSV(B) | 80º | 0.9% | 0.04% | - |
| XYZ | 0.2 | 0.26 | 0.07 | - |
| YUV | 8.08 | 124.01 | 127.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 10 | 1 | 0.30 | 0 | 0.90 | 0.96 | 80 | 0.82 | 0.02 |
| Hex | 7 | A | 1 | 1E | 0 | 5A | 60 | 50 | 52 | 2 |
| Octal | 7 | 12 | 1 | 36 | 0 | 132 | 140 | 120 | 122 | 2 |
| Binary | 111 | 1010 | 1 | 11110 | 0 | 1011010 | 1100000 | 1010000 | 1010010 | 10 |
Color Harmonies of #070A01
Complementary color
Monochromatic Colors of #070A01
Black with #070A01
Text Example
Text Example
White with #070A01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #070A01; }
p { color: rgb(7,10,1); }
H1.HeaderClassName
{
color: #070A01;
}
.AnyTagClassName
{
color: #070A01;
}
</style>
background-color css
<style>
a { background-color: #070A01; }
a { background-color: rgb(7,10,1); }
div.DivClassName
{
background-color: #070A01;
}
.BgClassName
{
background-color: #070A01;
}
</style>
border-color css
<style>
span { border-color: #070A01; }
span { border-color: rgb(7,10,1); }
td.TdClassName
{
border-color: #070A01;
}
.TagClassName
{
border-color: #070A01;
}
</style>