Shades of Pine Tree #071600
Tints of Pine Tree #071600
RGB
CMYK
RGB Variations
Color information
#071600 (or 0x071600) is known color: Pine Tree. HEX triplet: 07, 16 and 00. RGB value is (7,22,0). Sum of RGB (Red+Green+Blue) = 7+22+0=29 (3% of max value = 765). Red value is 7 (3.12% from 255 or 24.14% from 29); Green value is 22 (8.98% from 255 or 75.86% from 29); Blue value is 0 (0.39% from 255 or 0% from 29); Max value from RGB is 22 - color contains mainly: green. Hex color #071600 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #071600 is #F8E9FF. Grayscale: #0F0F0F. Windows color (decimal): -16312832 or 5639. OLE color: 5639.
HSL color Cylindrical-coordinate representation of color #071600: hue angle of 100.91º degrees, saturation: 1, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 1%. Process color model (Four color, CMYK) of #071600 is Cyan = 0.68, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 7 | 22 | 0 | - |
| CMYK | 0.68 | 0 | 1 | 0.91 |
| HSL | 100.91º | 1% | 0.04% | - |
| HSV(B) | 100.91º | 1% | 0.09% | - |
| XYZ | 0.37 | 0.62 | 0.1 | - |
| YUV | 15.01 | 119.53 | 122.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 22 | 0 | 0.68 | 0 | 1 | 0.91 | 100.91 | 1 | 0.04 |
| Hex | 7 | 16 | 0 | 44 | 0 | 64 | 5B | 65 | 64 | 4 |
| Octal | 7 | 26 | 0 | 104 | 0 | 144 | 133 | 145 | 144 | 4 |
| Binary | 111 | 10110 | 0 | 1000100 | 0 | 1100100 | 1011011 | 1100101 | 1100100 | 100 |
Color Harmonies of #071600
Complementary color
Monochromatic Colors of #071600
Black with #071600
Text Example
Text Example
White with #071600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #071600; }
p { color: rgb(7,22,0); }
H1.HeaderClassName
{
color: #071600;
}
.AnyTagClassName
{
color: #071600;
}
</style>
background-color css
<style>
a { background-color: #071600; }
a { background-color: rgb(7,22,0); }
div.DivClassName
{
background-color: #071600;
}
.BgClassName
{
background-color: #071600;
}
</style>
border-color css
<style>
span { border-color: #071600; }
span { border-color: rgb(7,22,0); }
td.TdClassName
{
border-color: #071600;
}
.TagClassName
{
border-color: #071600;
}
</style>