Shades of Myrtle #064107
Tints of Myrtle #064107
RGB
CMYK
RGB Variations
Color information
#064107 (or 0x064107) is known color: Myrtle. HEX triplet: 06, 41 and 07. RGB value is (6,65,7). Sum of RGB (Red+Green+Blue) = 6+65+7=78 (10% of max value = 765). Red value is 6 (2.73% from 255 or 7.69% from 78); Green value is 65 (25.78% from 255 or 83.33% from 78); Blue value is 7 (3.12% from 255 or 8.97% from 78); Max value from RGB is 65 - color contains mainly: green. Hex color #064107 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #064107 is #F9BEF8. Grayscale: #282828. Windows color (decimal): -16367353 or 475398. OLE color: 475398.
HSL color Cylindrical-coordinate representation of color #064107: hue angle of 121.02º degrees, saturation: 0.83, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #064107 is Cyan = 0.91, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 6 | 65 | 7 | - |
| CMYK | 0.91 | 0 | 0.89 | 0.75 |
| HSL | 121.02º | 0.83% | 0.14% | - |
| HSV(B) | 121.02º | 0.91% | 0.25% | - |
| XYZ | 2 | 3.83 | 0.84 | - |
| YUV | 40.75 | 108.95 | 103.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 65 | 7 | 0.91 | 0 | 0.89 | 0.75 | 121.02 | 0.83 | 0.14 |
| Hex | 6 | 41 | 7 | 5B | 0 | 59 | 4B | 79 | 53 | E |
| Octal | 6 | 101 | 7 | 133 | 0 | 131 | 113 | 171 | 123 | 16 |
| Binary | 110 | 1000001 | 111 | 1011011 | 0 | 1011001 | 1001011 | 1111001 | 1010011 | 1110 |
Color Harmonies of #064107
Complementary color
Monochromatic Colors of #064107
Black with #064107
Text Example
Text Example
White with #064107
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #064107; }
p { color: rgb(6,65,7); }
H1.HeaderClassName
{
color: #064107;
}
.AnyTagClassName
{
color: #064107;
}
</style>
background-color css
<style>
a { background-color: #064107; }
a { background-color: rgb(6,65,7); }
div.DivClassName
{
background-color: #064107;
}
.BgClassName
{
background-color: #064107;
}
</style>
border-color css
<style>
span { border-color: #064107; }
span { border-color: rgb(6,65,7); }
td.TdClassName
{
border-color: #064107;
}
.TagClassName
{
border-color: #064107;
}
</style>