Shades of Myrtle #064D0B
Tints of Myrtle #064D0B
RGB
CMYK
RGB Variations
Color information
#064D0B (or 0x064D0B) is known color: Myrtle. HEX triplet: 06, 4D and 0B. RGB value is (6,77,11). Sum of RGB (Red+Green+Blue) = 6+77+11=94 (12% of max value = 765). Red value is 6 (2.73% from 255 or 6.38% from 94); Green value is 77 (30.47% from 255 or 81.91% from 94); Blue value is 11 (4.69% from 255 or 11.70% from 94); Max value from RGB is 77 - color contains mainly: green. Hex color #064D0B is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #064D0B is #F9B2F4. Grayscale: #303030. Windows color (decimal): -16364277 or 740614. OLE color: 740614.
HSL color Cylindrical-coordinate representation of color #064D0B: hue angle of 124.23º degrees, saturation: 0.86, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #064D0B is Cyan = 0.92, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 6 | 77 | 11 | - |
| CMYK | 0.92 | 0 | 0.86 | 0.70 |
| HSL | 124.23º | 0.86% | 0.16% | - |
| HSV(B) | 124.23º | 0.92% | 0.3% | - |
| XYZ | 2.79 | 5.37 | 1.21 | - |
| YUV | 48.25 | 106.98 | 97.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 77 | 11 | 0.92 | 0 | 0.86 | 0.70 | 124.23 | 0.86 | 0.16 |
| Hex | 6 | 4D | B | 5C | 0 | 56 | 46 | 7C | 56 | 10 |
| Octal | 6 | 115 | 13 | 134 | 0 | 126 | 106 | 174 | 126 | 20 |
| Binary | 110 | 1001101 | 1011 | 1011100 | 0 | 1010110 | 1000110 | 1111100 | 1010110 | 10000 |
Color Harmonies of #064D0B
Complementary color
Monochromatic Colors of #064D0B
Black with #064D0B
Text Example
Text Example
White with #064D0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #064D0B; }
p { color: rgb(6,77,11); }
H1.HeaderClassName
{
color: #064D0B;
}
.AnyTagClassName
{
color: #064D0B;
}
</style>
background-color css
<style>
a { background-color: #064D0B; }
a { background-color: rgb(6,77,11); }
div.DivClassName
{
background-color: #064D0B;
}
.BgClassName
{
background-color: #064D0B;
}
</style>
border-color css
<style>
span { border-color: #064D0B; }
span { border-color: rgb(6,77,11); }
td.TdClassName
{
border-color: #064D0B;
}
.TagClassName
{
border-color: #064D0B;
}
</style>