Shades of Pine Tree #081601
Tints of Pine Tree #081601
RGB
CMYK
RGB Variations
Color information
#081601 (or 0x081601) is known color: Pine Tree. HEX triplet: 08, 16 and 01. RGB value is (8,22,1). Sum of RGB (Red+Green+Blue) = 8+22+1=31 (4% of max value = 765). Red value is 8 (3.52% from 255 or 25.81% from 31); Green value is 22 (8.98% from 255 or 70.97% from 31); Blue value is 1 (0.78% from 255 or 3.23% from 31); Max value from RGB is 22 - color contains mainly: green. Hex color #081601 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #081601 is #F7E9FE. Grayscale: #0F0F0F. Windows color (decimal): -16247295 or 71176. OLE color: 71176.
HSL color Cylindrical-coordinate representation of color #081601: hue angle of 100º degrees, saturation: 0.91, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #081601 is Cyan = 0.64, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 8 | 22 | 1 | - |
| CMYK | 0.64 | 0 | 0.95 | 0.91 |
| HSL | 100º | 0.91% | 0.05% | - |
| HSV(B) | 100º | 0.95% | 0.09% | - |
| XYZ | 0.39 | 0.63 | 0.13 | - |
| YUV | 15.42 | 119.86 | 122.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 22 | 1 | 0.64 | 0 | 0.95 | 0.91 | 100 | 0.91 | 0.05 |
| Hex | 8 | 16 | 1 | 40 | 0 | 5F | 5B | 64 | 5B | 5 |
| Octal | 10 | 26 | 1 | 100 | 0 | 137 | 133 | 144 | 133 | 5 |
| Binary | 1000 | 10110 | 1 | 1000000 | 0 | 1011111 | 1011011 | 1100100 | 1011011 | 101 |
Color Harmonies of #081601
Complementary color
Monochromatic Colors of #081601
Black with #081601
Text Example
Text Example
White with #081601
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #081601; }
p { color: rgb(8,22,1); }
H1.HeaderClassName
{
color: #081601;
}
.AnyTagClassName
{
color: #081601;
}
</style>
background-color css
<style>
a { background-color: #081601; }
a { background-color: rgb(8,22,1); }
div.DivClassName
{
background-color: #081601;
}
.BgClassName
{
background-color: #081601;
}
</style>
border-color css
<style>
span { border-color: #081601; }
span { border-color: rgb(8,22,1); }
td.TdClassName
{
border-color: #081601;
}
.TagClassName
{
border-color: #081601;
}
</style>