Shades of Pine Tree #080D06
Tints of Pine Tree #080D06
RGB
CMYK
RGB Variations
Color information
#080D06 (or 0x080D06) is known color: Pine Tree. HEX triplet: 08, 0D and 06. RGB value is (8,13,6). Sum of RGB (Red+Green+Blue) = 8+13+6=27 (3% of max value = 765). Red value is 8 (3.52% from 255 or 29.63% from 27); Green value is 13 (5.47% from 255 or 48.15% from 27); Blue value is 6 (2.73% from 255 or 22.22% from 27); Max value from RGB is 13 - color contains mainly: green. Hex color #080D06 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #080D06 is #F7F2F9. Grayscale: #0A0A0A. Windows color (decimal): -16249594 or 396552. OLE color: 396552.
HSL color Cylindrical-coordinate representation of color #080D06: hue angle of 102.86º degrees, saturation: 0.37, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #080D06 is Cyan = 0.38, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.95.
Color convert
| RGB | 8 | 13 | 6 | - |
| CMYK | 0.38 | 0 | 0.54 | 0.95 |
| HSL | 102.86º | 0.37% | 0.04% | - |
| HSV(B) | 102.86º | 0.54% | 0.05% | - |
| XYZ | 0.28 | 0.35 | 0.23 | - |
| YUV | 10.71 | 125.34 | 126.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 13 | 6 | 0.38 | 0 | 0.54 | 0.95 | 102.86 | 0.37 | 0.04 |
| Hex | 8 | D | 6 | 26 | 0 | 36 | 5F | 67 | 25 | 4 |
| Octal | 10 | 15 | 6 | 46 | 0 | 66 | 137 | 147 | 45 | 4 |
| Binary | 1000 | 1101 | 110 | 100110 | 0 | 110110 | 1011111 | 1100111 | 100101 | 100 |
Color Harmonies of #080D06
Complementary color
Monochromatic Colors of #080D06
Black with #080D06
Text Example
Text Example
White with #080D06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080D06; }
p { color: rgb(8,13,6); }
H1.HeaderClassName
{
color: #080D06;
}
.AnyTagClassName
{
color: #080D06;
}
</style>
background-color css
<style>
a { background-color: #080D06; }
a { background-color: rgb(8,13,6); }
div.DivClassName
{
background-color: #080D06;
}
.BgClassName
{
background-color: #080D06;
}
</style>
border-color css
<style>
span { border-color: #080D06; }
span { border-color: rgb(8,13,6); }
td.TdClassName
{
border-color: #080D06;
}
.TagClassName
{
border-color: #080D06;
}
</style>