Shades of Pine Tree #070E04
Tints of Pine Tree #070E04
RGB
CMYK
RGB Variations
Color information
#070E04 (or 0x070E04) is known color: Pine Tree. HEX triplet: 07, 0E and 04. RGB value is (7,14,4). Sum of RGB (Red+Green+Blue) = 7+14+4=25 (3% of max value = 765). Red value is 7 (3.12% from 255 or 28% from 25); Green value is 14 (5.86% from 255 or 56% from 25); Blue value is 4 (1.95% from 255 or 16% from 25); Max value from RGB is 14 - color contains mainly: green. Hex color #070E04 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #070E04 is #F8F1FB. Grayscale: #0A0A0A. Windows color (decimal): -16314876 or 265735. OLE color: 265735.
HSL color Cylindrical-coordinate representation of color #070E04: hue angle of 102º degrees, saturation: 0.56, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #070E04 is Cyan = 0.5, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.95.
Color convert
RGB | 7 | 14 | 4 | - |
CMYK | 0.5 | 0 | 0.71 | 0.95 |
HSL | 102º | 0.56% | 0.04% | - |
HSV(B) | 102º | 0.71% | 0.05% | - |
XYZ | 0.27 | 0.37 | 0.17 | - |
YUV | 10.77 | 124.18 | 125.31 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 7 | 14 | 4 | 0.5 | 0 | 0.71 | 0.95 | 102 | 0.56 | 0.04 |
Hex | 7 | E | 4 | 32 | 0 | 47 | 5F | 66 | 38 | 4 |
Octal | 7 | 16 | 4 | 62 | 0 | 107 | 137 | 146 | 70 | 4 |
Binary | 111 | 1110 | 100 | 110010 | 0 | 1000111 | 1011111 | 1100110 | 111000 | 100 |
Color Harmonies of #070E04
Complementary color
Monochromatic Colors of #070E04
Black with #070E04
Text Example
Text Example
White with #070E04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #070E04; }
p { color: rgb(7,14,4); }
H1.HeaderClassName
{
color: #070E04;
}
.AnyTagClassName
{
color: #070E04;
}
</style>
background-color css
<style>
a { background-color: #070E04; }
a { background-color: rgb(7,14,4); }
div.DivClassName
{
background-color: #070E04;
}
.BgClassName
{
background-color: #070E04;
}
</style>
border-color css
<style>
span { border-color: #070E04; }
span { border-color: rgb(7,14,4); }
td.TdClassName
{
border-color: #070E04;
}
.TagClassName
{
border-color: #070E04;
}
</style>