Shades of Pine Tree #090C07
Tints of Pine Tree #090C07
RGB
CMYK
RGB Variations
Color information
#090C07 (or 0x090C07) is known color: Pine Tree. HEX triplet: 09, 0C and 07. RGB value is (9,12,7). Sum of RGB (Red+Green+Blue) = 9+12+7=28 (3% of max value = 765). Red value is 9 (3.91% from 255 or 32.14% from 28); Green value is 12 (5.08% from 255 or 42.86% from 28); Blue value is 7 (3.12% from 255 or 25% from 28); Max value from RGB is 12 - color contains mainly: green. Hex color #090C07 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #090C07 is #F6F3F8. Grayscale: #0A0A0A. Windows color (decimal): -16184313 or 461833. OLE color: 461833.
HSL color Cylindrical-coordinate representation of color #090C07: hue angle of 96º degrees, saturation: 0.26, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #090C07 is Cyan = 0.25, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.95.
Color convert
RGB | 9 | 12 | 7 | - |
CMYK | 0.25 | 0 | 0.42 | 0.95 |
HSL | 96º | 0.26% | 0.04% | - |
HSV(B) | 96º | 0.42% | 0.05% | - |
XYZ | 0.28 | 0.34 | 0.25 | - |
YUV | 10.53 | 126.01 | 126.91 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 9 | 12 | 7 | 0.25 | 0 | 0.42 | 0.95 | 96 | 0.26 | 0.04 |
Hex | 9 | C | 7 | 19 | 0 | 2A | 5F | 60 | 1A | 4 |
Octal | 11 | 14 | 7 | 31 | 0 | 52 | 137 | 140 | 32 | 4 |
Binary | 1001 | 1100 | 111 | 11001 | 0 | 101010 | 1011111 | 1100000 | 11010 | 100 |
Color Harmonies of #090C07
Complementary color
Monochromatic Colors of #090C07
Black with #090C07
Text Example
Text Example
White with #090C07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #090C07; }
p { color: rgb(9,12,7); }
H1.HeaderClassName
{
color: #090C07;
}
.AnyTagClassName
{
color: #090C07;
}
</style>
background-color css
<style>
a { background-color: #090C07; }
a { background-color: rgb(9,12,7); }
div.DivClassName
{
background-color: #090C07;
}
.BgClassName
{
background-color: #090C07;
}
</style>
border-color css
<style>
span { border-color: #090C07; }
span { border-color: rgb(9,12,7); }
td.TdClassName
{
border-color: #090C07;
}
.TagClassName
{
border-color: #090C07;
}
</style>