Shades of Pine Tree #060B01
Tints of Pine Tree #060B01
RGB
CMYK
RGB Variations
Color information
#060B01 (or 0x060B01) is known color: Pine Tree. HEX triplet: 06, 0B and 01. RGB value is (6,11,1). Sum of RGB (Red+Green+Blue) = 6+11+1=18 (2% of max value = 765). Red value is 6 (2.73% from 255 or 33.33% from 18); Green value is 11 (4.69% from 255 or 61.11% from 18); Blue value is 1 (0.78% from 255 or 5.56% from 18); Max value from RGB is 11 - color contains mainly: green. Hex color #060B01 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #060B01 is #F9F4FE. Grayscale: #080808. Windows color (decimal): -16381183 or 68358. OLE color: 68358.
HSL color Cylindrical-coordinate representation of color #060B01: hue angle of 90º degrees, saturation: 0.83, lightness: 0.02%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #060B01 is Cyan = 0.45, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.96.
Color convert
| RGB | 6 | 11 | 1 | - |
| CMYK | 0.45 | 0 | 0.91 | 0.96 |
| HSL | 90º | 0.83% | 0.02% | - |
| HSV(B) | 90º | 0.91% | 0.04% | - |
| XYZ | 0.2 | 0.28 | 0.07 | - |
| YUV | 8.37 | 123.84 | 126.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 11 | 1 | 0.45 | 0 | 0.91 | 0.96 | 90 | 0.83 | 0.02 |
| Hex | 6 | B | 1 | 2D | 0 | 5B | 60 | 5A | 53 | 2 |
| Octal | 6 | 13 | 1 | 55 | 0 | 133 | 140 | 132 | 123 | 2 |
| Binary | 110 | 1011 | 1 | 101101 | 0 | 1011011 | 1100000 | 1011010 | 1010011 | 10 |
Color Harmonies of #060B01
Complementary color
Monochromatic Colors of #060B01
Black with #060B01
Text Example
Text Example
White with #060B01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #060B01; }
p { color: rgb(6,11,1); }
H1.HeaderClassName
{
color: #060B01;
}
.AnyTagClassName
{
color: #060B01;
}
</style>
background-color css
<style>
a { background-color: #060B01; }
a { background-color: rgb(6,11,1); }
div.DivClassName
{
background-color: #060B01;
}
.BgClassName
{
background-color: #060B01;
}
</style>
border-color css
<style>
span { border-color: #060B01; }
span { border-color: rgb(6,11,1); }
td.TdClassName
{
border-color: #060B01;
}
.TagClassName
{
border-color: #060B01;
}
</style>