Shades of Deep Fir #0A4714
Tints of Deep Fir #0A4714
RGB
CMYK
RGB Variations
Color information
#0A4714 (or 0x0A4714) is known color: Deep Fir. HEX triplet: 0A, 47 and 14. RGB value is (10,71,20). Sum of RGB (Red+Green+Blue) = 10+71+20=101 (13% of max value = 765). Red value is 10 (4.30% from 255 or 9.90% from 101); Green value is 71 (28.12% from 255 or 70.30% from 101); Blue value is 20 (8.20% from 255 or 19.80% from 101); Max value from RGB is 71 - color contains mainly: green. Hex color #0A4714 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0A4714 is #F5B8EB. Grayscale: #2F2F2F. Windows color (decimal): -16103660 or 1328906. OLE color: 1328906.
HSL color Cylindrical-coordinate representation of color #0A4714: hue angle of 129.84º degrees, saturation: 0.75, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0A4714 is Cyan = 0.86, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 10 | 71 | 20 | - |
| CMYK | 0.86 | 0 | 0.72 | 0.72 |
| HSL | 129.84º | 0.75% | 0.16% | - |
| HSV(B) | 129.84º | 0.86% | 0.28% | - |
| XYZ | 2.5 | 4.62 | 1.42 | - |
| YUV | 46.95 | 112.79 | 101.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 71 | 20 | 0.86 | 0 | 0.72 | 0.72 | 129.84 | 0.75 | 0.16 |
| Hex | A | 47 | 14 | 56 | 0 | 48 | 48 | 82 | 4B | 10 |
| Octal | 12 | 107 | 24 | 126 | 0 | 110 | 110 | 202 | 113 | 20 |
| Binary | 1010 | 1000111 | 10100 | 1010110 | 0 | 1001000 | 1001000 | 10000010 | 1001011 | 10000 |
Color Harmonies of #0A4714
Complementary color
Monochromatic Colors of #0A4714
Black with #0A4714
Text Example
Text Example
White with #0A4714
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A4714; }
p { color: rgb(10,71,20); }
H1.HeaderClassName
{
color: #0A4714;
}
.AnyTagClassName
{
color: #0A4714;
}
</style>
background-color css
<style>
a { background-color: #0A4714; }
a { background-color: rgb(10,71,20); }
div.DivClassName
{
background-color: #0A4714;
}
.BgClassName
{
background-color: #0A4714;
}
</style>
border-color css
<style>
span { border-color: #0A4714; }
span { border-color: rgb(10,71,20); }
td.TdClassName
{
border-color: #0A4714;
}
.TagClassName
{
border-color: #0A4714;
}
</style>