Shades of Pine Tree #090C05
Tints of Pine Tree #090C05
RGB
CMYK
RGB Variations
Color information
#090C05 (or 0x090C05) is known color: Pine Tree. HEX triplet: 09, 0C and 05. RGB value is (9,12,5). Sum of RGB (Red+Green+Blue) = 9+12+5=26 (3% of max value = 765). Red value is 9 (3.91% from 255 or 34.62% from 26); Green value is 12 (5.08% from 255 or 46.15% from 26); Blue value is 5 (2.34% from 255 or 19.23% from 26); Max value from RGB is 12 - color contains mainly: green. Hex color #090C05 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #090C05 is #F6F3FA. Grayscale: #0A0A0A. Windows color (decimal): -16184315 or 330761. OLE color: 330761.
HSL color Cylindrical-coordinate representation of color #090C05: hue angle of 85.71º degrees, saturation: 0.41, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #090C05 is Cyan = 0.25, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.95.
Color convert
| RGB | 9 | 12 | 5 | - |
| CMYK | 0.25 | 0 | 0.58 | 0.95 |
| HSL | 85.71º | 0.41% | 0.03% | - |
| HSV(B) | 85.71º | 0.58% | 0.05% | - |
| XYZ | 0.27 | 0.33 | 0.19 | - |
| YUV | 10.31 | 125.01 | 127.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 12 | 5 | 0.25 | 0 | 0.58 | 0.95 | 85.71 | 0.41 | 0.03 |
| Hex | 9 | C | 5 | 19 | 0 | 3A | 5F | 56 | 29 | 3 |
| Octal | 11 | 14 | 5 | 31 | 0 | 72 | 137 | 126 | 51 | 3 |
| Binary | 1001 | 1100 | 101 | 11001 | 0 | 111010 | 1011111 | 1010110 | 101001 | 11 |
Color Harmonies of #090C05
Complementary color
Monochromatic Colors of #090C05
Black with #090C05
Text Example
Text Example
White with #090C05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #090C05; }
p { color: rgb(9,12,5); }
H1.HeaderClassName
{
color: #090C05;
}
.AnyTagClassName
{
color: #090C05;
}
</style>
background-color css
<style>
a { background-color: #090C05; }
a { background-color: rgb(9,12,5); }
div.DivClassName
{
background-color: #090C05;
}
.BgClassName
{
background-color: #090C05;
}
</style>
border-color css
<style>
span { border-color: #090C05; }
span { border-color: rgb(9,12,5); }
td.TdClassName
{
border-color: #090C05;
}
.TagClassName
{
border-color: #090C05;
}
</style>