Shades of Myrtle #064304
Tints of Myrtle #064304
RGB
CMYK
RGB Variations
Color information
#064304 (or 0x064304) is known color: Myrtle. HEX triplet: 06, 43 and 04. RGB value is (6,67,4). Sum of RGB (Red+Green+Blue) = 6+67+4=77 (10% of max value = 765). Red value is 6 (2.73% from 255 or 7.79% from 77); Green value is 67 (26.56% from 255 or 87.01% from 77); Blue value is 4 (1.95% from 255 or 5.19% from 77); Max value from RGB is 67 - color contains mainly: green. Hex color #064304 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #064304 is #F9BCFB. Grayscale: #292929. Windows color (decimal): -16366844 or 279302. OLE color: 279302.
HSL color Cylindrical-coordinate representation of color #064304: hue angle of 118.1º degrees, saturation: 0.89, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #064304 is Cyan = 0.91, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 6 | 67 | 4 | - |
| CMYK | 0.91 | 0 | 0.94 | 0.74 |
| HSL | 118.1º | 0.89% | 0.14% | - |
| HSV(B) | 118.1º | 0.94% | 0.26% | - |
| XYZ | 2.1 | 4.06 | 0.79 | - |
| YUV | 41.58 | 106.79 | 102.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 67 | 4 | 0.91 | 0 | 0.94 | 0.74 | 118.1 | 0.89 | 0.14 |
| Hex | 6 | 43 | 4 | 5B | 0 | 5E | 4A | 76 | 59 | E |
| Octal | 6 | 103 | 4 | 133 | 0 | 136 | 112 | 166 | 131 | 16 |
| Binary | 110 | 1000011 | 100 | 1011011 | 0 | 1011110 | 1001010 | 1110110 | 1011001 | 1110 |
Color Harmonies of #064304
Complementary color
Monochromatic Colors of #064304
Black with #064304
Text Example
Text Example
White with #064304
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #064304; }
p { color: rgb(6,67,4); }
H1.HeaderClassName
{
color: #064304;
}
.AnyTagClassName
{
color: #064304;
}
</style>
background-color css
<style>
a { background-color: #064304; }
a { background-color: rgb(6,67,4); }
div.DivClassName
{
background-color: #064304;
}
.BgClassName
{
background-color: #064304;
}
</style>
border-color css
<style>
span { border-color: #064304; }
span { border-color: rgb(6,67,4); }
td.TdClassName
{
border-color: #064304;
}
.TagClassName
{
border-color: #064304;
}
</style>