Shades of Myrtle #064407
Tints of Myrtle #064407
RGB
CMYK
RGB Variations
Color information
#064407 (or 0x064407) is known color: Myrtle. HEX triplet: 06, 44 and 07. RGB value is (6,68,7). Sum of RGB (Red+Green+Blue) = 6+68+7=81 (10% of max value = 765). Red value is 6 (2.73% from 255 or 7.41% from 81); Green value is 68 (26.95% from 255 or 83.95% from 81); Blue value is 7 (3.12% from 255 or 8.64% from 81); Max value from RGB is 68 - color contains mainly: green. Hex color #064407 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #064407 is #F9BBF8. Grayscale: #2A2A2A. Windows color (decimal): -16366585 or 476166. OLE color: 476166.
HSL color Cylindrical-coordinate representation of color #064407: hue angle of 120.97º 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 #064407 is Cyan = 0.91, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 6 | 68 | 7 | - |
| CMYK | 0.91 | 0 | 0.90 | 0.73 |
| HSL | 120.97º | 0.84% | 0.15% | - |
| HSV(B) | 120.97º | 0.91% | 0.27% | - |
| XYZ | 2.18 | 4.19 | 0.89 | - |
| YUV | 42.51 | 107.96 | 101.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 68 | 7 | 0.91 | 0 | 0.90 | 0.73 | 120.97 | 0.84 | 0.15 |
| Hex | 6 | 44 | 7 | 5B | 0 | 5A | 49 | 79 | 54 | F |
| Octal | 6 | 104 | 7 | 133 | 0 | 132 | 111 | 171 | 124 | 17 |
| Binary | 110 | 1000100 | 111 | 1011011 | 0 | 1011010 | 1001001 | 1111001 | 1010100 | 1111 |
Color Harmonies of #064407
Complementary color
Monochromatic Colors of #064407
Black with #064407
Text Example
Text Example
White with #064407
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #064407; }
p { color: rgb(6,68,7); }
H1.HeaderClassName
{
color: #064407;
}
.AnyTagClassName
{
color: #064407;
}
</style>
background-color css
<style>
a { background-color: #064407; }
a { background-color: rgb(6,68,7); }
div.DivClassName
{
background-color: #064407;
}
.BgClassName
{
background-color: #064407;
}
</style>
border-color css
<style>
span { border-color: #064407; }
span { border-color: rgb(6,68,7); }
td.TdClassName
{
border-color: #064407;
}
.TagClassName
{
border-color: #064407;
}
</style>