Shades of Myrtle #064705
Tints of Myrtle #064705
RGB
CMYK
RGB Variations
Color information
#064705 (or 0x064705) is known color: Myrtle. HEX triplet: 06, 47 and 05. RGB value is (6,71,5). Sum of RGB (Red+Green+Blue) = 6+71+5=82 (10% of max value = 765). Red value is 6 (2.73% from 255 or 7.32% from 82); Green value is 71 (28.12% from 255 or 86.59% from 82); Blue value is 5 (2.34% from 255 or 6.10% from 82); Max value from RGB is 71 - color contains mainly: green. Hex color #064705 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #064705 is #F9B8FA. Grayscale: #2C2C2C. Windows color (decimal): -16365819 or 345862. OLE color: 345862.
HSL color Cylindrical-coordinate representation of color #064705: hue angle of 119.09º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #064705 is Cyan = 0.92, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 6 | 71 | 5 | - |
| CMYK | 0.92 | 0 | 0.93 | 0.72 |
| HSL | 119.09º | 0.87% | 0.15% | - |
| HSV(B) | 119.09º | 0.93% | 0.28% | - |
| XYZ | 2.36 | 4.56 | 0.9 | - |
| YUV | 44.04 | 105.97 | 100.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 71 | 5 | 0.92 | 0 | 0.93 | 0.72 | 119.09 | 0.87 | 0.15 |
| Hex | 6 | 47 | 5 | 5C | 0 | 5D | 48 | 77 | 57 | F |
| Octal | 6 | 107 | 5 | 134 | 0 | 135 | 110 | 167 | 127 | 17 |
| Binary | 110 | 1000111 | 101 | 1011100 | 0 | 1011101 | 1001000 | 1110111 | 1010111 | 1111 |
Color Harmonies of #064705
Complementary color
Monochromatic Colors of #064705
Black with #064705
Text Example
Text Example
White with #064705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #064705; }
p { color: rgb(6,71,5); }
H1.HeaderClassName
{
color: #064705;
}
.AnyTagClassName
{
color: #064705;
}
</style>
background-color css
<style>
a { background-color: #064705; }
a { background-color: rgb(6,71,5); }
div.DivClassName
{
background-color: #064705;
}
.BgClassName
{
background-color: #064705;
}
</style>
border-color css
<style>
span { border-color: #064705; }
span { border-color: rgb(6,71,5); }
td.TdClassName
{
border-color: #064705;
}
.TagClassName
{
border-color: #064705;
}
</style>