Shades of Pine Tree #071001
Tints of Pine Tree #071001
RGB
CMYK
RGB Variations
Color information
#071001 (or 0x071001) is known color: Pine Tree. HEX triplet: 07, 10 and 01. RGB value is (7,16,1). Sum of RGB (Red+Green+Blue) = 7+16+1=24 (3% of max value = 765). Red value is 7 (3.12% from 255 or 29.17% from 24); Green value is 16 (6.64% from 255 or 66.67% from 24); Blue value is 1 (0.78% from 255 or 4.17% from 24); Max value from RGB is 16 - color contains mainly: green. Hex color #071001 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #071001 is #F8EFFE. Grayscale: #0B0B0B. Windows color (decimal): -16314367 or 69639. OLE color: 69639.
HSL color Cylindrical-coordinate representation of color #071001: hue angle of 96º degrees, saturation: 0.88, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #071001 is Cyan = 0.56, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.94.
Color convert
| RGB | 7 | 16 | 1 | - |
| CMYK | 0.56 | 0 | 0.94 | 0.94 |
| HSL | 96º | 0.88% | 0.03% | - |
| HSV(B) | 96º | 0.94% | 0.06% | - |
| XYZ | 0.28 | 0.42 | 0.09 | - |
| YUV | 11.6 | 122.02 | 124.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 16 | 1 | 0.56 | 0 | 0.94 | 0.94 | 96 | 0.88 | 0.03 |
| Hex | 7 | 10 | 1 | 38 | 0 | 5E | 5E | 60 | 58 | 3 |
| Octal | 7 | 20 | 1 | 70 | 0 | 136 | 136 | 140 | 130 | 3 |
| Binary | 111 | 10000 | 1 | 111000 | 0 | 1011110 | 1011110 | 1100000 | 1011000 | 11 |
Color Harmonies of #071001
Complementary color
Monochromatic Colors of #071001
Black with #071001
Text Example
Text Example
White with #071001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #071001; }
p { color: rgb(7,16,1); }
H1.HeaderClassName
{
color: #071001;
}
.AnyTagClassName
{
color: #071001;
}
</style>
background-color css
<style>
a { background-color: #071001; }
a { background-color: rgb(7,16,1); }
div.DivClassName
{
background-color: #071001;
}
.BgClassName
{
background-color: #071001;
}
</style>
border-color css
<style>
span { border-color: #071001; }
span { border-color: rgb(7,16,1); }
td.TdClassName
{
border-color: #071001;
}
.TagClassName
{
border-color: #071001;
}
</style>