Shades of Pine Tree #090B08
Tints of Pine Tree #090B08
RGB
CMYK
RGB Variations
Color information
#090B08 (or 0x090B08) is known color: Pine Tree. HEX triplet: 09, 0B and 08. RGB value is (9,11,8). Sum of RGB (Red+Green+Blue) = 9+11+8=28 (3% of max value = 765). Red value is 9 (3.91% from 255 or 32.14% from 28); Green value is 11 (4.69% from 255 or 39.29% from 28); Blue value is 8 (3.52% from 255 or 28.57% from 28); Max value from RGB is 11 - color contains mainly: green. Hex color #090B08 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #090B08 is #F6F4F7. Grayscale: #0A0A0A. Windows color (decimal): -16184568 or 527113. OLE color: 527113.
HSL color Cylindrical-coordinate representation of color #090B08: hue angle of 100º degrees, saturation: 0.16, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #090B08 is Cyan = 0.18, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.96.
Color convert
RGB | 9 | 11 | 8 | - |
CMYK | 0.18 | 0 | 0.27 | 0.96 |
HSL | 100º | 0.16% | 0.04% | - |
HSV(B) | 100º | 0.27% | 0.04% | - |
XYZ | 0.28 | 0.31 | 0.28 | - |
YUV | 10.06 | 126.84 | 127.24 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 9 | 11 | 8 | 0.18 | 0 | 0.27 | 0.96 | 100 | 0.16 | 0.04 |
Hex | 9 | B | 8 | 12 | 0 | 1B | 60 | 64 | 10 | 4 |
Octal | 11 | 13 | 10 | 22 | 0 | 33 | 140 | 144 | 20 | 4 |
Binary | 1001 | 1011 | 1000 | 10010 | 0 | 11011 | 1100000 | 1100100 | 10000 | 100 |
Color Harmonies of #090B08
Complementary color
Monochromatic Colors of #090B08
Black with #090B08
Text Example
Text Example
White with #090B08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #090B08; }
p { color: rgb(9,11,8); }
H1.HeaderClassName
{
color: #090B08;
}
.AnyTagClassName
{
color: #090B08;
}
</style>
background-color css
<style>
a { background-color: #090B08; }
a { background-color: rgb(9,11,8); }
div.DivClassName
{
background-color: #090B08;
}
.BgClassName
{
background-color: #090B08;
}
</style>
border-color css
<style>
span { border-color: #090B08; }
span { border-color: rgb(9,11,8); }
td.TdClassName
{
border-color: #090B08;
}
.TagClassName
{
border-color: #090B08;
}
</style>