Shades of Deep Fir #064716
Tints of Deep Fir #064716
RGB
CMYK
RGB Variations
Color information
#064716 (or 0x064716) is known color: Deep Fir. HEX triplet: 06, 47 and 16. RGB value is (6,71,22). Sum of RGB (Red+Green+Blue) = 6+71+22=99 (13% of max value = 765). Red value is 6 (2.73% from 255 or 6.06% from 99); Green value is 71 (28.12% from 255 or 71.72% from 99); Blue value is 22 (8.98% from 255 or 22.22% from 99); Max value from RGB is 71 - color contains mainly: green. Hex color #064716 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #064716 is #F9B8E9. Grayscale: #2E2E2E. Windows color (decimal): -16365802 or 1459974. OLE color: 1459974.
HSL color Cylindrical-coordinate representation of color #064716: hue angle of 134.77º degrees, saturation: 0.84, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #064716 is Cyan = 0.92, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 6 | 71 | 22 | - |
| CMYK | 0.92 | 0 | 0.69 | 0.72 |
| HSL | 134.77º | 0.84% | 0.15% | - |
| HSV(B) | 134.77º | 0.92% | 0.28% | - |
| XYZ | 2.47 | 4.6 | 1.52 | - |
| YUV | 45.98 | 114.47 | 99.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 71 | 22 | 0.92 | 0 | 0.69 | 0.72 | 134.77 | 0.84 | 0.15 |
| Hex | 6 | 47 | 16 | 5C | 0 | 45 | 48 | 87 | 54 | F |
| Octal | 6 | 107 | 26 | 134 | 0 | 105 | 110 | 207 | 124 | 17 |
| Binary | 110 | 1000111 | 10110 | 1011100 | 0 | 1000101 | 1001000 | 10000111 | 1010100 | 1111 |
Color Harmonies of #064716
Complementary color
Monochromatic Colors of #064716
Black with #064716
Text Example
Text Example
White with #064716
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #064716; }
p { color: rgb(6,71,22); }
H1.HeaderClassName
{
color: #064716;
}
.AnyTagClassName
{
color: #064716;
}
</style>
background-color css
<style>
a { background-color: #064716; }
a { background-color: rgb(6,71,22); }
div.DivClassName
{
background-color: #064716;
}
.BgClassName
{
background-color: #064716;
}
</style>
border-color css
<style>
span { border-color: #064716; }
span { border-color: rgb(6,71,22); }
td.TdClassName
{
border-color: #064716;
}
.TagClassName
{
border-color: #064716;
}
</style>