Shades of Pine Tree #080A06
Tints of Pine Tree #080A06
RGB
CMYK
RGB Variations
Color information
#080A06 (or 0x080A06) is known color: Pine Tree. HEX triplet: 08, 0A and 06. RGB value is (8,10,6). Sum of RGB (Red+Green+Blue) = 8+10+6=24 (3% of max value = 765). Red value is 8 (3.52% from 255 or 33.33% from 24); Green value is 10 (4.30% from 255 or 41.67% from 24); Blue value is 6 (2.73% from 255 or 25% from 24); Max value from RGB is 10 - color contains mainly: green. Hex color #080A06 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #080A06 is #F7F5F9. Grayscale: #080808. Windows color (decimal): -16250362 or 395784. OLE color: 395784.
HSL color Cylindrical-coordinate representation of color #080A06: hue angle of 90º degrees, saturation: 0.25, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #080A06 is Cyan = 0.2, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.96.
Color convert
RGB | 8 | 10 | 6 | - |
CMYK | 0.2 | 0 | 0.4 | 0.96 |
HSL | 90º | 0.25% | 0.03% | - |
HSV(B) | 90º | 0.4% | 0.04% | - |
XYZ | 0.24 | 0.28 | 0.21 | - |
YUV | 8.95 | 126.34 | 127.33 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 8 | 10 | 6 | 0.2 | 0 | 0.4 | 0.96 | 90 | 0.25 | 0.03 |
Hex | 8 | A | 6 | 14 | 0 | 28 | 60 | 5A | 19 | 3 |
Octal | 10 | 12 | 6 | 24 | 0 | 50 | 140 | 132 | 31 | 3 |
Binary | 1000 | 1010 | 110 | 10100 | 0 | 101000 | 1100000 | 1011010 | 11001 | 11 |
Color Harmonies of #080A06
Complementary color
Monochromatic Colors of #080A06
Black with #080A06
Text Example
Text Example
White with #080A06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080A06; }
p { color: rgb(8,10,6); }
H1.HeaderClassName
{
color: #080A06;
}
.AnyTagClassName
{
color: #080A06;
}
</style>
background-color css
<style>
a { background-color: #080A06; }
a { background-color: rgb(8,10,6); }
div.DivClassName
{
background-color: #080A06;
}
.BgClassName
{
background-color: #080A06;
}
</style>
border-color css
<style>
span { border-color: #080A06; }
span { border-color: rgb(8,10,6); }
td.TdClassName
{
border-color: #080A06;
}
.TagClassName
{
border-color: #080A06;
}
</style>