Shades of Myrtle #064D05
Tints of Myrtle #064D05
RGB
CMYK
RGB Variations
Color information
#064D05 (or 0x064D05) is known color: Myrtle. HEX triplet: 06, 4D and 05. RGB value is (6,77,5). Sum of RGB (Red+Green+Blue) = 6+77+5=88 (11% of max value = 765). Red value is 6 (2.73% from 255 or 6.82% from 88); Green value is 77 (30.47% from 255 or 87.5% from 88); Blue value is 5 (2.34% from 255 or 5.68% from 88); Max value from RGB is 77 - color contains mainly: green. Hex color #064D05 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #064D05 is #F9B2FA. Grayscale: #2F2F2F. Windows color (decimal): -16364283 or 347398. OLE color: 347398.
HSL color Cylindrical-coordinate representation of color #064D05: hue angle of 119.17º degrees, saturation: 0.88, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #064D05 is Cyan = 0.92, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 6 | 77 | 5 | - |
| CMYK | 0.92 | 0 | 0.94 | 0.70 |
| HSL | 119.17º | 0.88% | 0.16% | - |
| HSV(B) | 119.17º | 0.94% | 0.3% | - |
| XYZ | 2.76 | 5.36 | 1.03 | - |
| YUV | 47.56 | 103.98 | 98.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 77 | 5 | 0.92 | 0 | 0.94 | 0.70 | 119.17 | 0.88 | 0.16 |
| Hex | 6 | 4D | 5 | 5C | 0 | 5E | 46 | 77 | 58 | 10 |
| Octal | 6 | 115 | 5 | 134 | 0 | 136 | 106 | 167 | 130 | 20 |
| Binary | 110 | 1001101 | 101 | 1011100 | 0 | 1011110 | 1000110 | 1110111 | 1011000 | 10000 |
Color Harmonies of #064D05
Complementary color
Monochromatic Colors of #064D05
Black with #064D05
Text Example
Text Example
White with #064D05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #064D05; }
p { color: rgb(6,77,5); }
H1.HeaderClassName
{
color: #064D05;
}
.AnyTagClassName
{
color: #064D05;
}
</style>
background-color css
<style>
a { background-color: #064D05; }
a { background-color: rgb(6,77,5); }
div.DivClassName
{
background-color: #064D05;
}
.BgClassName
{
background-color: #064D05;
}
</style>
border-color css
<style>
span { border-color: #064D05; }
span { border-color: rgb(6,77,5); }
td.TdClassName
{
border-color: #064D05;
}
.TagClassName
{
border-color: #064D05;
}
</style>