Shades of Myrtle #064000
Tints of Myrtle #064000
RGB
CMYK
RGB Variations
Color information
#064000 (or 0x064000) is known color: Myrtle. HEX triplet: 06, 40 and 00. RGB value is (6,64,0). Sum of RGB (Red+Green+Blue) = 6+64+0=70 (9% of max value = 765). Red value is 6 (2.73% from 255 or 8.57% from 70); Green value is 64 (25.39% from 255 or 91.43% from 70); Blue value is 0 (0.39% from 255 or 0% from 70); Max value from RGB is 64 - color contains mainly: green. Hex color #064000 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #064000 is #F9BFFF. Grayscale: #272727. Windows color (decimal): -16367616 or 16390. OLE color: 16390.
HSL color Cylindrical-coordinate representation of color #064000: hue angle of 114.38º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 1%. Process color model (Four color, CMYK) of #064000 is Cyan = 0.91, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 6 | 64 | 0 | - |
| CMYK | 0.91 | 0 | 1 | 0.75 |
| HSL | 114.38º | 1% | 0.13% | - |
| HSV(B) | 114.38º | 1% | 0.25% | - |
| XYZ | 1.91 | 3.71 | 0.61 | - |
| YUV | 39.36 | 105.78 | 104.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 64 | 0 | 0.91 | 0 | 1 | 0.75 | 114.38 | 1 | 0.13 |
| Hex | 6 | 40 | 0 | 5B | 0 | 64 | 4B | 72 | 64 | D |
| Octal | 6 | 100 | 0 | 133 | 0 | 144 | 113 | 162 | 144 | 15 |
| Binary | 110 | 1000000 | 0 | 1011011 | 0 | 1100100 | 1001011 | 1110010 | 1100100 | 1101 |
Color Harmonies of #064000
Complementary color
Monochromatic Colors of #064000
Black with #064000
Text Example
Text Example
White with #064000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #064000; }
p { color: rgb(6,64,0); }
H1.HeaderClassName
{
color: #064000;
}
.AnyTagClassName
{
color: #064000;
}
</style>
background-color css
<style>
a { background-color: #064000; }
a { background-color: rgb(6,64,0); }
div.DivClassName
{
background-color: #064000;
}
.BgClassName
{
background-color: #064000;
}
</style>
border-color css
<style>
span { border-color: #064000; }
span { border-color: rgb(6,64,0); }
td.TdClassName
{
border-color: #064000;
}
.TagClassName
{
border-color: #064000;
}
</style>