Shades of Deep Fir #094012
Tints of Deep Fir #094012
RGB
CMYK
RGB Variations
Color information
#094012 (or 0x094012) is known color: Deep Fir. HEX triplet: 09, 40 and 12. RGB value is (9,64,18). Sum of RGB (Red+Green+Blue) = 9+64+18=91 (12% of max value = 765). Red value is 9 (3.91% from 255 or 9.89% from 91); Green value is 64 (25.39% from 255 or 70.33% from 91); Blue value is 18 (7.42% from 255 or 19.78% from 91); Max value from RGB is 64 - color contains mainly: green. Hex color #094012 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #094012 is #F6BFED. Grayscale: #2A2A2A. Windows color (decimal): -16170990 or 1196041. OLE color: 1196041.
HSL color Cylindrical-coordinate representation of color #094012: hue angle of 129.82º degrees, saturation: 0.75, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #094012 is Cyan = 0.86, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 9 | 64 | 18 | - |
| CMYK | 0.86 | 0 | 0.72 | 0.75 |
| HSL | 129.82º | 0.75% | 0.14% | - |
| HSV(B) | 129.82º | 0.86% | 0.25% | - |
| XYZ | 2.06 | 3.77 | 1.19 | - |
| YUV | 42.31 | 114.28 | 104.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 64 | 18 | 0.86 | 0 | 0.72 | 0.75 | 129.82 | 0.75 | 0.14 |
| Hex | 9 | 40 | 12 | 56 | 0 | 48 | 4B | 82 | 4B | E |
| Octal | 11 | 100 | 22 | 126 | 0 | 110 | 113 | 202 | 113 | 16 |
| Binary | 1001 | 1000000 | 10010 | 1010110 | 0 | 1001000 | 1001011 | 10000010 | 1001011 | 1110 |
Color Harmonies of #094012
Complementary color
Monochromatic Colors of #094012
Black with #094012
Text Example
Text Example
White with #094012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #094012; }
p { color: rgb(9,64,18); }
H1.HeaderClassName
{
color: #094012;
}
.AnyTagClassName
{
color: #094012;
}
</style>
background-color css
<style>
a { background-color: #094012; }
a { background-color: rgb(9,64,18); }
div.DivClassName
{
background-color: #094012;
}
.BgClassName
{
background-color: #094012;
}
</style>
border-color css
<style>
span { border-color: #094012; }
span { border-color: rgb(9,64,18); }
td.TdClassName
{
border-color: #094012;
}
.TagClassName
{
border-color: #094012;
}
</style>