Shades of Pine Tree #070A00
Tints of Pine Tree #070A00
RGB
CMYK
RGB Variations
Color information
#070A00 (or 0x070A00) is known color: Pine Tree. HEX triplet: 07, 0A and 00. RGB value is (7,10,0). Sum of RGB (Red+Green+Blue) = 7+10+0=17 (2% of max value = 765). Red value is 7 (3.12% from 255 or 41.18% from 17); Green value is 10 (4.30% from 255 or 58.82% from 17); Blue value is 0 (0.39% from 255 or 0% from 17); Max value from RGB is 10 - color contains mainly: green. Hex color #070A00 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #070A00 is #F8F5FF. Grayscale: #080808. Windows color (decimal): -16315904 or 2567. OLE color: 2567.
HSL color Cylindrical-coordinate representation of color #070A00: hue angle of 78º degrees, saturation: 1, lightness: 0.02%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 1%. Process color model (Four color, CMYK) of #070A00 is Cyan = 0.30, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.96.
Color convert
| RGB | 7 | 10 | 0 | - |
| CMYK | 0.30 | 0 | 1 | 0.96 |
| HSL | 78º | 1% | 0.02% | - |
| HSV(B) | 78º | 1% | 0.04% | - |
| XYZ | 0.2 | 0.26 | 0.04 | - |
| YUV | 7.96 | 123.51 | 127.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 10 | 0 | 0.30 | 0 | 1 | 0.96 | 78 | 1 | 0.02 |
| Hex | 7 | A | 0 | 1E | 0 | 64 | 60 | 4E | 64 | 2 |
| Octal | 7 | 12 | 0 | 36 | 0 | 144 | 140 | 116 | 144 | 2 |
| Binary | 111 | 1010 | 0 | 11110 | 0 | 1100100 | 1100000 | 1001110 | 1100100 | 10 |
Color Harmonies of #070A00
Complementary color
Monochromatic Colors of #070A00
Black with #070A00
Text Example
Text Example
White with #070A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #070A00; }
p { color: rgb(7,10,0); }
H1.HeaderClassName
{
color: #070A00;
}
.AnyTagClassName
{
color: #070A00;
}
</style>
background-color css
<style>
a { background-color: #070A00; }
a { background-color: rgb(7,10,0); }
div.DivClassName
{
background-color: #070A00;
}
.BgClassName
{
background-color: #070A00;
}
</style>
border-color css
<style>
span { border-color: #070A00; }
span { border-color: rgb(7,10,0); }
td.TdClassName
{
border-color: #070A00;
}
.TagClassName
{
border-color: #070A00;
}
</style>