Shades of Myrtle #064401
Tints of Myrtle #064401
RGB
CMYK
RGB Variations
Color information
#064401 (or 0x064401) is known color: Myrtle. HEX triplet: 06, 44 and 01. RGB value is (6,68,1). Sum of RGB (Red+Green+Blue) = 6+68+1=75 (9% of max value = 765). Red value is 6 (2.73% from 255 or 8% from 75); Green value is 68 (26.95% from 255 or 90.67% from 75); Blue value is 1 (0.78% from 255 or 1.33% from 75); Max value from RGB is 68 - color contains mainly: green. Hex color #064401 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #064401 is #F9BBFE. Grayscale: #2A2A2A. Windows color (decimal): -16366591 or 82950. OLE color: 82950.
HSL color Cylindrical-coordinate representation of color #064401: hue angle of 115.52º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #064401 is Cyan = 0.91, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 6 | 68 | 1 | - |
| CMYK | 0.91 | 0 | 0.99 | 0.73 |
| HSL | 115.52º | 0.97% | 0.14% | - |
| HSV(B) | 115.52º | 0.99% | 0.27% | - |
| XYZ | 2.15 | 4.18 | 0.72 | - |
| YUV | 41.82 | 104.96 | 102.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 68 | 1 | 0.91 | 0 | 0.99 | 0.73 | 115.52 | 0.97 | 0.14 |
| Hex | 6 | 44 | 1 | 5B | 0 | 63 | 49 | 74 | 61 | E |
| Octal | 6 | 104 | 1 | 133 | 0 | 143 | 111 | 164 | 141 | 16 |
| Binary | 110 | 1000100 | 1 | 1011011 | 0 | 1100011 | 1001001 | 1110100 | 1100001 | 1110 |
Color Harmonies of #064401
Complementary color
Monochromatic Colors of #064401
Black with #064401
Text Example
Text Example
White with #064401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #064401; }
p { color: rgb(6,68,1); }
H1.HeaderClassName
{
color: #064401;
}
.AnyTagClassName
{
color: #064401;
}
</style>
background-color css
<style>
a { background-color: #064401; }
a { background-color: rgb(6,68,1); }
div.DivClassName
{
background-color: #064401;
}
.BgClassName
{
background-color: #064401;
}
</style>
border-color css
<style>
span { border-color: #064401; }
span { border-color: rgb(6,68,1); }
td.TdClassName
{
border-color: #064401;
}
.TagClassName
{
border-color: #064401;
}
</style>