Shades of Myrtle #064A05
Tints of Myrtle #064A05
RGB
CMYK
RGB Variations
Color information
#064A05 (or 0x064A05) is known color: Myrtle. HEX triplet: 06, 4A and 05. RGB value is (6,74,5). Sum of RGB (Red+Green+Blue) = 6+74+5=85 (11% of max value = 765). Red value is 6 (2.73% from 255 or 7.06% from 85); Green value is 74 (29.30% from 255 or 87.06% from 85); Blue value is 5 (2.34% from 255 or 5.88% from 85); Max value from RGB is 74 - color contains mainly: green. Hex color #064A05 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #064A05 is #F9B5FA. Grayscale: #2E2E2E. Windows color (decimal): -16365051 or 346630. OLE color: 346630.
HSL color Cylindrical-coordinate representation of color #064A05: hue angle of 119.13º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #064A05 is Cyan = 0.92, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 6 | 74 | 5 | - |
| CMYK | 0.92 | 0 | 0.93 | 0.71 |
| HSL | 119.13º | 0.87% | 0.15% | - |
| HSV(B) | 119.13º | 0.93% | 0.29% | - |
| XYZ | 2.55 | 4.95 | 0.96 | - |
| YUV | 45.8 | 104.97 | 99.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 74 | 5 | 0.92 | 0 | 0.93 | 0.71 | 119.13 | 0.87 | 0.15 |
| Hex | 6 | 4A | 5 | 5C | 0 | 5D | 47 | 77 | 57 | F |
| Octal | 6 | 112 | 5 | 134 | 0 | 135 | 107 | 167 | 127 | 17 |
| Binary | 110 | 1001010 | 101 | 1011100 | 0 | 1011101 | 1000111 | 1110111 | 1010111 | 1111 |
Color Harmonies of #064A05
Complementary color
Monochromatic Colors of #064A05
Black with #064A05
Text Example
Text Example
White with #064A05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #064A05; }
p { color: rgb(6,74,5); }
H1.HeaderClassName
{
color: #064A05;
}
.AnyTagClassName
{
color: #064A05;
}
</style>
background-color css
<style>
a { background-color: #064A05; }
a { background-color: rgb(6,74,5); }
div.DivClassName
{
background-color: #064A05;
}
.BgClassName
{
background-color: #064A05;
}
</style>
border-color css
<style>
span { border-color: #064A05; }
span { border-color: rgb(6,74,5); }
td.TdClassName
{
border-color: #064A05;
}
.TagClassName
{
border-color: #064A05;
}
</style>