Shades of Deep Fir #064A15
Tints of Deep Fir #064A15
RGB
CMYK
RGB Variations
Color information
#064A15 (or 0x064A15) is known color: Deep Fir. HEX triplet: 06, 4A and 15. RGB value is (6,74,21). Sum of RGB (Red+Green+Blue) = 6+74+21=101 (13% of max value = 765). Red value is 6 (2.73% from 255 or 5.94% from 101); Green value is 74 (29.30% from 255 or 73.27% from 101); Blue value is 21 (8.59% from 255 or 20.79% from 101); Max value from RGB is 74 - color contains mainly: green. Hex color #064A15 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #064A15 is #F9B5EA. Grayscale: #2F2F2F. Windows color (decimal): -16365035 or 1395206. OLE color: 1395206.
HSL color Cylindrical-coordinate representation of color #064A15: hue angle of 133.24º degrees, saturation: 0.85, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #064A15 is Cyan = 0.92, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 6 | 74 | 21 | - |
| CMYK | 0.92 | 0 | 0.72 | 0.71 |
| HSL | 133.24º | 0.85% | 0.16% | - |
| HSV(B) | 133.24º | 0.92% | 0.29% | - |
| XYZ | 2.66 | 4.99 | 1.53 | - |
| YUV | 47.63 | 112.97 | 98.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 74 | 21 | 0.92 | 0 | 0.72 | 0.71 | 133.24 | 0.85 | 0.16 |
| Hex | 6 | 4A | 15 | 5C | 0 | 48 | 47 | 85 | 55 | 10 |
| Octal | 6 | 112 | 25 | 134 | 0 | 110 | 107 | 205 | 125 | 20 |
| Binary | 110 | 1001010 | 10101 | 1011100 | 0 | 1001000 | 1000111 | 10000101 | 1010101 | 10000 |
Color Harmonies of #064A15
Complementary color
Monochromatic Colors of #064A15
Black with #064A15
Text Example
Text Example
White with #064A15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #064A15; }
p { color: rgb(6,74,21); }
H1.HeaderClassName
{
color: #064A15;
}
.AnyTagClassName
{
color: #064A15;
}
</style>
background-color css
<style>
a { background-color: #064A15; }
a { background-color: rgb(6,74,21); }
div.DivClassName
{
background-color: #064A15;
}
.BgClassName
{
background-color: #064A15;
}
</style>
border-color css
<style>
span { border-color: #064A15; }
span { border-color: rgb(6,74,21); }
td.TdClassName
{
border-color: #064A15;
}
.TagClassName
{
border-color: #064A15;
}
</style>