Shades of Pine Tree #060B00
Tints of Pine Tree #060B00
RGB
CMYK
RGB Variations
Color information
#060B00 (or 0x060B00) is known color: Pine Tree. HEX triplet: 06, 0B and 00. RGB value is (6,11,0). Sum of RGB (Red+Green+Blue) = 6+11+0=17 (2% of max value = 765). Red value is 6 (2.73% from 255 or 35.29% from 17); Green value is 11 (4.69% from 255 or 64.71% from 17); Blue value is 0 (0.39% from 255 or 0% from 17); Max value from RGB is 11 - color contains mainly: green. Hex color #060B00 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #060B00 is #F9F4FF. Grayscale: #080808. Windows color (decimal): -16381184 or 2822. OLE color: 2822.
HSL color Cylindrical-coordinate representation of color #060B00: hue angle of 87.27º degrees, saturation: 1, lightness: 0.02%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 1%. Process color model (Four color, CMYK) of #060B00 is Cyan = 0.45, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.96.
Color convert
| RGB | 6 | 11 | 0 | - |
| CMYK | 0.45 | 0 | 1 | 0.96 |
| HSL | 87.27º | 1% | 0.02% | - |
| HSV(B) | 87.27º | 1% | 0.04% | - |
| XYZ | 0.19 | 0.28 | 0.04 | - |
| YUV | 8.25 | 123.34 | 126.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 11 | 0 | 0.45 | 0 | 1 | 0.96 | 87.27 | 1 | 0.02 |
| Hex | 6 | B | 0 | 2D | 0 | 64 | 60 | 57 | 64 | 2 |
| Octal | 6 | 13 | 0 | 55 | 0 | 144 | 140 | 127 | 144 | 2 |
| Binary | 110 | 1011 | 0 | 101101 | 0 | 1100100 | 1100000 | 1010111 | 1100100 | 10 |
Color Harmonies of #060B00
Complementary color
Monochromatic Colors of #060B00
Black with #060B00
Text Example
Text Example
White with #060B00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #060B00; }
p { color: rgb(6,11,0); }
H1.HeaderClassName
{
color: #060B00;
}
.AnyTagClassName
{
color: #060B00;
}
</style>
background-color css
<style>
a { background-color: #060B00; }
a { background-color: rgb(6,11,0); }
div.DivClassName
{
background-color: #060B00;
}
.BgClassName
{
background-color: #060B00;
}
</style>
border-color css
<style>
span { border-color: #060B00; }
span { border-color: rgb(6,11,0); }
td.TdClassName
{
border-color: #060B00;
}
.TagClassName
{
border-color: #060B00;
}
</style>