Shades of Pine Tree #070A04
Tints of Pine Tree #070A04
RGB
CMYK
RGB Variations
Color information
#070A04 (or 0x070A04) is known color: Pine Tree. HEX triplet: 07, 0A and 04. RGB value is (7,10,4). Sum of RGB (Red+Green+Blue) = 7+10+4=21 (2% of max value = 765). Red value is 7 (3.12% from 255 or 33.33% from 21); Green value is 10 (4.30% from 255 or 47.62% from 21); Blue value is 4 (1.95% from 255 or 19.05% from 21); Max value from RGB is 10 - color contains mainly: green. Hex color #070A04 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #070A04 is #F8F5FB. Grayscale: #080808. Windows color (decimal): -16315900 or 264711. OLE color: 264711.
HSL color Cylindrical-coordinate representation of color #070A04: hue angle of 90º degrees, saturation: 0.43, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #070A04 is Cyan = 0.30, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.96.
Color convert
| RGB | 7 | 10 | 4 | - |
| CMYK | 0.30 | 0 | 0.6 | 0.96 |
| HSL | 90º | 0.43% | 0.03% | - |
| HSV(B) | 90º | 0.6% | 0.04% | - |
| XYZ | 0.22 | 0.27 | 0.16 | - |
| YUV | 8.42 | 125.51 | 126.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 10 | 4 | 0.30 | 0 | 0.6 | 0.96 | 90 | 0.43 | 0.03 |
| Hex | 7 | A | 4 | 1E | 0 | 3C | 60 | 5A | 2B | 3 |
| Octal | 7 | 12 | 4 | 36 | 0 | 74 | 140 | 132 | 53 | 3 |
| Binary | 111 | 1010 | 100 | 11110 | 0 | 111100 | 1100000 | 1011010 | 101011 | 11 |
Color Harmonies of #070A04
Complementary color
Monochromatic Colors of #070A04
Black with #070A04
Text Example
Text Example
White with #070A04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #070A04; }
p { color: rgb(7,10,4); }
H1.HeaderClassName
{
color: #070A04;
}
.AnyTagClassName
{
color: #070A04;
}
</style>
background-color css
<style>
a { background-color: #070A04; }
a { background-color: rgb(7,10,4); }
div.DivClassName
{
background-color: #070A04;
}
.BgClassName
{
background-color: #070A04;
}
</style>
border-color css
<style>
span { border-color: #070A04; }
span { border-color: rgb(7,10,4); }
td.TdClassName
{
border-color: #070A04;
}
.TagClassName
{
border-color: #070A04;
}
</style>