Shades of Pine Tree #080B07
Tints of Pine Tree #080B07
RGB
CMYK
RGB Variations
Color information
#080B07 (or 0x080B07) is known color: Pine Tree. HEX triplet: 08, 0B and 07. RGB value is (8,11,7). Sum of RGB (Red+Green+Blue) = 8+11+7=26 (3% of max value = 765). Red value is 8 (3.52% from 255 or 30.77% from 26); Green value is 11 (4.69% from 255 or 42.31% from 26); Blue value is 7 (3.12% from 255 or 26.92% from 26); Max value from RGB is 11 - color contains mainly: green. Hex color #080B07 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #080B07 is #F7F4F8. Grayscale: #090909. Windows color (decimal): -16250105 or 461576. OLE color: 461576.
HSL color Cylindrical-coordinate representation of color #080B07: hue angle of 105º degrees, saturation: 0.22, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #080B07 is Cyan = 0.27, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.96.
Color convert
| RGB | 8 | 11 | 7 | - |
| CMYK | 0.27 | 0 | 0.36 | 0.96 |
| HSL | 105º | 0.22% | 0.04% | - |
| HSV(B) | 105º | 0.36% | 0.04% | - |
| XYZ | 0.26 | 0.31 | 0.25 | - |
| YUV | 9.65 | 126.51 | 126.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 11 | 7 | 0.27 | 0 | 0.36 | 0.96 | 105 | 0.22 | 0.04 |
| Hex | 8 | B | 7 | 1B | 0 | 24 | 60 | 69 | 16 | 4 |
| Octal | 10 | 13 | 7 | 33 | 0 | 44 | 140 | 151 | 26 | 4 |
| Binary | 1000 | 1011 | 111 | 11011 | 0 | 100100 | 1100000 | 1101001 | 10110 | 100 |
Color Harmonies of #080B07
Complementary color
Monochromatic Colors of #080B07
Black with #080B07
Text Example
Text Example
White with #080B07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080B07; }
p { color: rgb(8,11,7); }
H1.HeaderClassName
{
color: #080B07;
}
.AnyTagClassName
{
color: #080B07;
}
</style>
background-color css
<style>
a { background-color: #080B07; }
a { background-color: rgb(8,11,7); }
div.DivClassName
{
background-color: #080B07;
}
.BgClassName
{
background-color: #080B07;
}
</style>
border-color css
<style>
span { border-color: #080B07; }
span { border-color: rgb(8,11,7); }
td.TdClassName
{
border-color: #080B07;
}
.TagClassName
{
border-color: #080B07;
}
</style>