Shades of Myrtle #064E0B
Tints of Myrtle #064E0B
RGB
CMYK
RGB Variations
Color information
#064E0B (or 0x064E0B) is known color: Myrtle. HEX triplet: 06, 4E and 0B. RGB value is (6,78,11). Sum of RGB (Red+Green+Blue) = 6+78+11=95 (12% of max value = 765). Red value is 6 (2.73% from 255 or 6.32% from 95); Green value is 78 (30.86% from 255 or 82.11% from 95); Blue value is 11 (4.69% from 255 or 11.58% from 95); Max value from RGB is 78 - color contains mainly: green. Hex color #064E0B is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #064E0B is #F9B1F4. Grayscale: #313131. Windows color (decimal): -16364021 or 740870. OLE color: 740870.
HSL color Cylindrical-coordinate representation of color #064E0B: hue angle of 124.17º degrees, saturation: 0.86, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #064E0B is Cyan = 0.92, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 6 | 78 | 11 | - |
| CMYK | 0.92 | 0 | 0.86 | 0.69 |
| HSL | 124.17º | 0.86% | 0.16% | - |
| HSV(B) | 124.17º | 0.92% | 0.31% | - |
| XYZ | 2.86 | 5.51 | 1.23 | - |
| YUV | 48.83 | 106.65 | 97.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 78 | 11 | 0.92 | 0 | 0.86 | 0.69 | 124.17 | 0.86 | 0.16 |
| Hex | 6 | 4E | B | 5C | 0 | 56 | 45 | 7C | 56 | 10 |
| Octal | 6 | 116 | 13 | 134 | 0 | 126 | 105 | 174 | 126 | 20 |
| Binary | 110 | 1001110 | 1011 | 1011100 | 0 | 1010110 | 1000101 | 1111100 | 1010110 | 10000 |
Color Harmonies of #064E0B
Complementary color
Monochromatic Colors of #064E0B
Black with #064E0B
Text Example
Text Example
White with #064E0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #064E0B; }
p { color: rgb(6,78,11); }
H1.HeaderClassName
{
color: #064E0B;
}
.AnyTagClassName
{
color: #064E0B;
}
</style>
background-color css
<style>
a { background-color: #064E0B; }
a { background-color: rgb(6,78,11); }
div.DivClassName
{
background-color: #064E0B;
}
.BgClassName
{
background-color: #064E0B;
}
</style>
border-color css
<style>
span { border-color: #064E0B; }
span { border-color: rgb(6,78,11); }
td.TdClassName
{
border-color: #064E0B;
}
.TagClassName
{
border-color: #064E0B;
}
</style>