Shades of Pine Tree #061201
Tints of Pine Tree #061201
RGB
CMYK
RGB Variations
Color information
#061201 (or 0x061201) is known color: Pine Tree. HEX triplet: 06, 12 and 01. RGB value is (6,18,1). Sum of RGB (Red+Green+Blue) = 6+18+1=25 (3% of max value = 765). Red value is 6 (2.73% from 255 or 24% from 25); Green value is 18 (7.42% from 255 or 72% from 25); Blue value is 1 (0.78% from 255 or 4% from 25); Max value from RGB is 18 - color contains mainly: green. Hex color #061201 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #061201 is #F9EDFE. Grayscale: #0C0C0C. Windows color (decimal): -16379391 or 70150. OLE color: 70150.
HSL color Cylindrical-coordinate representation of color #061201: hue angle of 102.35º degrees, saturation: 0.89, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #061201 is Cyan = 0.67, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 6 | 18 | 1 | - |
| CMYK | 0.67 | 0 | 0.94 | 0.93 |
| HSL | 102.35º | 0.89% | 0.04% | - |
| HSV(B) | 102.35º | 0.94% | 0.07% | - |
| XYZ | 0.3 | 0.47 | 0.1 | - |
| YUV | 12.47 | 121.52 | 123.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 18 | 1 | 0.67 | 0 | 0.94 | 0.93 | 102.35 | 0.89 | 0.04 |
| Hex | 6 | 12 | 1 | 43 | 0 | 5E | 5D | 66 | 59 | 4 |
| Octal | 6 | 22 | 1 | 103 | 0 | 136 | 135 | 146 | 131 | 4 |
| Binary | 110 | 10010 | 1 | 1000011 | 0 | 1011110 | 1011101 | 1100110 | 1011001 | 100 |
Color Harmonies of #061201
Complementary color
Monochromatic Colors of #061201
Black with #061201
Text Example
Text Example
White with #061201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #061201; }
p { color: rgb(6,18,1); }
H1.HeaderClassName
{
color: #061201;
}
.AnyTagClassName
{
color: #061201;
}
</style>
background-color css
<style>
a { background-color: #061201; }
a { background-color: rgb(6,18,1); }
div.DivClassName
{
background-color: #061201;
}
.BgClassName
{
background-color: #061201;
}
</style>
border-color css
<style>
span { border-color: #061201; }
span { border-color: rgb(6,18,1); }
td.TdClassName
{
border-color: #061201;
}
.TagClassName
{
border-color: #061201;
}
</style>