Shades of Myrtle #064901
Tints of Myrtle #064901
RGB
CMYK
RGB Variations
Color information
#064901 (or 0x064901) is known color: Myrtle. HEX triplet: 06, 49 and 01. RGB value is (6,73,1). Sum of RGB (Red+Green+Blue) = 6+73+1=80 (10% of max value = 765). Red value is 6 (2.73% from 255 or 7.5% from 80); Green value is 73 (28.91% from 255 or 91.25% from 80); Blue value is 1 (0.78% from 255 or 1.25% from 80); Max value from RGB is 73 - color contains mainly: green. Hex color #064901 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #064901 is #F9B6FE. Grayscale: #2C2C2C. Windows color (decimal): -16365311 or 84230. OLE color: 84230.
HSL color Cylindrical-coordinate representation of color #064901: hue angle of 115.83º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #064901 is Cyan = 0.92, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 6 | 73 | 1 | - |
| CMYK | 0.92 | 0 | 0.99 | 0.71 |
| HSL | 115.83º | 0.97% | 0.15% | - |
| HSV(B) | 115.83º | 0.99% | 0.29% | - |
| XYZ | 2.46 | 4.81 | 0.83 | - |
| YUV | 44.76 | 103.3 | 100.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 73 | 1 | 0.92 | 0 | 0.99 | 0.71 | 115.83 | 0.97 | 0.15 |
| Hex | 6 | 49 | 1 | 5C | 0 | 63 | 47 | 74 | 61 | F |
| Octal | 6 | 111 | 1 | 134 | 0 | 143 | 107 | 164 | 141 | 17 |
| Binary | 110 | 1001001 | 1 | 1011100 | 0 | 1100011 | 1000111 | 1110100 | 1100001 | 1111 |
Color Harmonies of #064901
Complementary color
Monochromatic Colors of #064901
Black with #064901
Text Example
Text Example
White with #064901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #064901; }
p { color: rgb(6,73,1); }
H1.HeaderClassName
{
color: #064901;
}
.AnyTagClassName
{
color: #064901;
}
</style>
background-color css
<style>
a { background-color: #064901; }
a { background-color: rgb(6,73,1); }
div.DivClassName
{
background-color: #064901;
}
.BgClassName
{
background-color: #064901;
}
</style>
border-color css
<style>
span { border-color: #064901; }
span { border-color: rgb(6,73,1); }
td.TdClassName
{
border-color: #064901;
}
.TagClassName
{
border-color: #064901;
}
</style>