Shades of Deep Fir #064912
Tints of Deep Fir #064912
RGB
CMYK
RGB Variations
Color information
#064912 (or 0x064912) is known color: Deep Fir. HEX triplet: 06, 49 and 12. RGB value is (6,73,18). Sum of RGB (Red+Green+Blue) = 6+73+18=97 (12% of max value = 765). Red value is 6 (2.73% from 255 or 6.19% from 97); Green value is 73 (28.91% from 255 or 75.26% from 97); Blue value is 18 (7.42% from 255 or 18.56% from 97); Max value from RGB is 73 - color contains mainly: green. Hex color #064912 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #064912 is #F9B6ED. Grayscale: #2E2E2E. Windows color (decimal): -16365294 or 1198342. OLE color: 1198342.
HSL color Cylindrical-coordinate representation of color #064912: hue angle of 130.75º degrees, saturation: 0.85, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #064912 is Cyan = 0.92, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 6 | 73 | 18 | - |
| CMYK | 0.92 | 0 | 0.75 | 0.71 |
| HSL | 130.75º | 0.85% | 0.15% | - |
| HSV(B) | 130.75º | 0.92% | 0.29% | - |
| XYZ | 2.57 | 4.85 | 1.37 | - |
| YUV | 46.7 | 111.8 | 98.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 73 | 18 | 0.92 | 0 | 0.75 | 0.71 | 130.75 | 0.85 | 0.15 |
| Hex | 6 | 49 | 12 | 5C | 0 | 4B | 47 | 83 | 55 | F |
| Octal | 6 | 111 | 22 | 134 | 0 | 113 | 107 | 203 | 125 | 17 |
| Binary | 110 | 1001001 | 10010 | 1011100 | 0 | 1001011 | 1000111 | 10000011 | 1010101 | 1111 |
Color Harmonies of #064912
Complementary color
Monochromatic Colors of #064912
Black with #064912
Text Example
Text Example
White with #064912
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #064912; }
p { color: rgb(6,73,18); }
H1.HeaderClassName
{
color: #064912;
}
.AnyTagClassName
{
color: #064912;
}
</style>
background-color css
<style>
a { background-color: #064912; }
a { background-color: rgb(6,73,18); }
div.DivClassName
{
background-color: #064912;
}
.BgClassName
{
background-color: #064912;
}
</style>
border-color css
<style>
span { border-color: #064912; }
span { border-color: rgb(6,73,18); }
td.TdClassName
{
border-color: #064912;
}
.TagClassName
{
border-color: #064912;
}
</style>