Shades of Myrtle #064607
Tints of Myrtle #064607
RGB
CMYK
RGB Variations
Color information
#064607 (or 0x064607) is known color: Myrtle. HEX triplet: 06, 46 and 07. RGB value is (6,70,7). Sum of RGB (Red+Green+Blue) = 6+70+7=83 (10% of max value = 765). Red value is 6 (2.73% from 255 or 7.23% from 83); Green value is 70 (27.73% from 255 or 84.34% from 83); Blue value is 7 (3.12% from 255 or 8.43% from 83); Max value from RGB is 70 - color contains mainly: green. Hex color #064607 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #064607 is #F9B9F8. Grayscale: #2B2B2B. Windows color (decimal): -16366073 or 476678. OLE color: 476678.
HSL color Cylindrical-coordinate representation of color #064607: hue angle of 120.94º degrees, saturation: 0.84, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #064607 is Cyan = 0.91, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 6 | 70 | 7 | - |
| CMYK | 0.91 | 0 | 0.90 | 0.73 |
| HSL | 120.94º | 0.84% | 0.15% | - |
| HSV(B) | 120.94º | 0.91% | 0.27% | - |
| XYZ | 2.3 | 4.43 | 0.94 | - |
| YUV | 43.68 | 107.3 | 101.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 70 | 7 | 0.91 | 0 | 0.90 | 0.73 | 120.94 | 0.84 | 0.15 |
| Hex | 6 | 46 | 7 | 5B | 0 | 5A | 49 | 79 | 54 | F |
| Octal | 6 | 106 | 7 | 133 | 0 | 132 | 111 | 171 | 124 | 17 |
| Binary | 110 | 1000110 | 111 | 1011011 | 0 | 1011010 | 1001001 | 1111001 | 1010100 | 1111 |
Color Harmonies of #064607
Complementary color
Monochromatic Colors of #064607
Black with #064607
Text Example
Text Example
White with #064607
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #064607; }
p { color: rgb(6,70,7); }
H1.HeaderClassName
{
color: #064607;
}
.AnyTagClassName
{
color: #064607;
}
</style>
background-color css
<style>
a { background-color: #064607; }
a { background-color: rgb(6,70,7); }
div.DivClassName
{
background-color: #064607;
}
.BgClassName
{
background-color: #064607;
}
</style>
border-color css
<style>
span { border-color: #064607; }
span { border-color: rgb(6,70,7); }
td.TdClassName
{
border-color: #064607;
}
.TagClassName
{
border-color: #064607;
}
</style>