Shades of Pine Tree #070A05
Tints of Pine Tree #070A05
RGB
CMYK
RGB Variations
Color information
#070A05 (or 0x070A05) is known color: Pine Tree. HEX triplet: 07, 0A and 05. RGB value is (7,10,5). Sum of RGB (Red+Green+Blue) = 7+10+5=22 (2% of max value = 765). Red value is 7 (3.12% from 255 or 31.82% from 22); Green value is 10 (4.30% from 255 or 45.45% from 22); Blue value is 5 (2.34% from 255 or 22.73% from 22); Max value from RGB is 10 - color contains mainly: green. Hex color #070A05 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #070A05 is #F8F5FA. Grayscale: #080808. Windows color (decimal): -16315899 or 330247. OLE color: 330247.
HSL color Cylindrical-coordinate representation of color #070A05: hue angle of 96º degrees, saturation: 0.33, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #070A05 is Cyan = 0.30, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.96.
Color convert
RGB | 7 | 10 | 5 | - |
CMYK | 0.30 | 0 | 0.50 | 0.96 |
HSL | 96º | 0.33% | 0.03% | - |
HSV(B) | 96º | 0.5% | 0.04% | - |
XYZ | 0.22 | 0.27 | 0.18 | - |
YUV | 8.53 | 126.01 | 126.91 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 7 | 10 | 5 | 0.30 | 0 | 0.50 | 0.96 | 96 | 0.33 | 0.03 |
Hex | 7 | A | 5 | 1E | 0 | 32 | 60 | 60 | 21 | 3 |
Octal | 7 | 12 | 5 | 36 | 0 | 62 | 140 | 140 | 41 | 3 |
Binary | 111 | 1010 | 101 | 11110 | 0 | 110010 | 1100000 | 1100000 | 100001 | 11 |
Color Harmonies of #070A05
Complementary color
Monochromatic Colors of #070A05
Black with #070A05
Text Example
Text Example
White with #070A05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #070A05; }
p { color: rgb(7,10,5); }
H1.HeaderClassName
{
color: #070A05;
}
.AnyTagClassName
{
color: #070A05;
}
</style>
background-color css
<style>
a { background-color: #070A05; }
a { background-color: rgb(7,10,5); }
div.DivClassName
{
background-color: #070A05;
}
.BgClassName
{
background-color: #070A05;
}
</style>
border-color css
<style>
span { border-color: #070A05; }
span { border-color: rgb(7,10,5); }
td.TdClassName
{
border-color: #070A05;
}
.TagClassName
{
border-color: #070A05;
}
</style>