Shades of Deep Fir #064D15
Tints of Deep Fir #064D15
RGB
CMYK
RGB Variations
Color information
#064D15 (or 0x064D15) is known color: Deep Fir. HEX triplet: 06, 4D and 15. RGB value is (6,77,21). Sum of RGB (Red+Green+Blue) = 6+77+21=104 (13% of max value = 765). Red value is 6 (2.73% from 255 or 5.77% from 104); Green value is 77 (30.47% from 255 or 74.04% from 104); Blue value is 21 (8.59% from 255 or 20.19% from 104); Max value from RGB is 77 - color contains mainly: green. Hex color #064D15 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #064D15 is #F9B2EA. Grayscale: #313131. Windows color (decimal): -16364267 or 1395974. OLE color: 1395974.
HSL color Cylindrical-coordinate representation of color #064D15: hue angle of 132.68º degrees, saturation: 0.86, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #064D15 is Cyan = 0.92, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 6 | 77 | 21 | - |
| CMYK | 0.92 | 0 | 0.73 | 0.70 |
| HSL | 132.68º | 0.86% | 0.16% | - |
| HSV(B) | 132.68º | 0.92% | 0.3% | - |
| XYZ | 2.86 | 5.4 | 1.6 | - |
| YUV | 49.39 | 111.98 | 97.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 77 | 21 | 0.92 | 0 | 0.73 | 0.70 | 132.68 | 0.86 | 0.16 |
| Hex | 6 | 4D | 15 | 5C | 0 | 49 | 46 | 85 | 56 | 10 |
| Octal | 6 | 115 | 25 | 134 | 0 | 111 | 106 | 205 | 126 | 20 |
| Binary | 110 | 1001101 | 10101 | 1011100 | 0 | 1001001 | 1000110 | 10000101 | 1010110 | 10000 |
Color Harmonies of #064D15
Complementary color
Monochromatic Colors of #064D15
Black with #064D15
Text Example
Text Example
White with #064D15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #064D15; }
p { color: rgb(6,77,21); }
H1.HeaderClassName
{
color: #064D15;
}
.AnyTagClassName
{
color: #064D15;
}
</style>
background-color css
<style>
a { background-color: #064D15; }
a { background-color: rgb(6,77,21); }
div.DivClassName
{
background-color: #064D15;
}
.BgClassName
{
background-color: #064D15;
}
</style>
border-color css
<style>
span { border-color: #064D15; }
span { border-color: rgb(6,77,21); }
td.TdClassName
{
border-color: #064D15;
}
.TagClassName
{
border-color: #064D15;
}
</style>