Shades of Pine Tree #060802
Tints of Pine Tree #060802
RGB
CMYK
RGB Variations
Color information
#060802 (or 0x060802) is known color: Pine Tree. HEX triplet: 06, 08 and 02. RGB value is (6,8,2). Sum of RGB (Red+Green+Blue) = 6+8+2=16 (2% of max value = 765). Red value is 6 (2.73% from 255 or 37.5% from 16); Green value is 8 (3.52% from 255 or 50% from 16); Blue value is 2 (1.17% from 255 or 12.5% from 16); Max value from RGB is 8 - color contains mainly: green. Hex color #060802 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #060802 is #F9F7FD. Grayscale: #060606. Windows color (decimal): -16381950 or 133126. OLE color: 133126.
HSL color Cylindrical-coordinate representation of color #060802: hue angle of 80º degrees, saturation: 0.6, lightness: 0.02%. HSV value (or HSB Brightness) of color is 0.03% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #060802 is Cyan = 0.25, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.97.
Color convert
| RGB | 6 | 8 | 2 | - |
| CMYK | 0.25 | 0 | 0.75 | 0.97 |
| HSL | 80º | 0.6% | 0.02% | - |
| HSV(B) | 80º | 0.75% | 0.03% | - |
| XYZ | 0.17 | 0.22 | 0.09 | - |
| YUV | 6.72 | 125.34 | 127.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 8 | 2 | 0.25 | 0 | 0.75 | 0.97 | 80 | 0.6 | 0.02 |
| Hex | 6 | 8 | 2 | 19 | 0 | 4B | 61 | 50 | 3C | 2 |
| Octal | 6 | 10 | 2 | 31 | 0 | 113 | 141 | 120 | 74 | 2 |
| Binary | 110 | 1000 | 10 | 11001 | 0 | 1001011 | 1100001 | 1010000 | 111100 | 10 |
Color Harmonies of #060802
Complementary color
Monochromatic Colors of #060802
Black with #060802
Text Example
Text Example
White with #060802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #060802; }
p { color: rgb(6,8,2); }
H1.HeaderClassName
{
color: #060802;
}
.AnyTagClassName
{
color: #060802;
}
</style>
background-color css
<style>
a { background-color: #060802; }
a { background-color: rgb(6,8,2); }
div.DivClassName
{
background-color: #060802;
}
.BgClassName
{
background-color: #060802;
}
</style>
border-color css
<style>
span { border-color: #060802; }
span { border-color: rgb(6,8,2); }
td.TdClassName
{
border-color: #060802;
}
.TagClassName
{
border-color: #060802;
}
</style>