Shades of Pine Tree #080A07
Tints of Pine Tree #080A07
RGB
CMYK
RGB Variations
Color information
#080A07 (or 0x080A07) is known color: Pine Tree. HEX triplet: 08, 0A and 07. RGB value is (8,10,7). Sum of RGB (Red+Green+Blue) = 8+10+7=25 (3% of max value = 765). Red value is 8 (3.52% from 255 or 32% from 25); Green value is 10 (4.30% from 255 or 40% from 25); Blue value is 7 (3.12% from 255 or 28% from 25); Max value from RGB is 10 - color contains mainly: green. Hex color #080A07 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #080A07 is #F7F5F8. Grayscale: #090909. Windows color (decimal): -16250361 or 461320. OLE color: 461320.
HSL color Cylindrical-coordinate representation of color #080A07: hue angle of 100º degrees, saturation: 0.18, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #080A07 is Cyan = 0.2, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.96.
Color convert
RGB | 8 | 10 | 7 | - |
CMYK | 0.2 | 0 | 0.30 | 0.96 |
HSL | 100º | 0.18% | 0.03% | - |
HSV(B) | 100º | 0.3% | 0.04% | - |
XYZ | 0.25 | 0.28 | 0.24 | - |
YUV | 9.06 | 126.84 | 127.24 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 8 | 10 | 7 | 0.2 | 0 | 0.30 | 0.96 | 100 | 0.18 | 0.03 |
Hex | 8 | A | 7 | 14 | 0 | 1E | 60 | 64 | 12 | 3 |
Octal | 10 | 12 | 7 | 24 | 0 | 36 | 140 | 144 | 22 | 3 |
Binary | 1000 | 1010 | 111 | 10100 | 0 | 11110 | 1100000 | 1100100 | 10010 | 11 |
Color Harmonies of #080A07
Complementary color
Monochromatic Colors of #080A07
Black with #080A07
Text Example
Text Example
White with #080A07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080A07; }
p { color: rgb(8,10,7); }
H1.HeaderClassName
{
color: #080A07;
}
.AnyTagClassName
{
color: #080A07;
}
</style>
background-color css
<style>
a { background-color: #080A07; }
a { background-color: rgb(8,10,7); }
div.DivClassName
{
background-color: #080A07;
}
.BgClassName
{
background-color: #080A07;
}
</style>
border-color css
<style>
span { border-color: #080A07; }
span { border-color: rgb(8,10,7); }
td.TdClassName
{
border-color: #080A07;
}
.TagClassName
{
border-color: #080A07;
}
</style>