Shades of Myrtle #064E03
Tints of Myrtle #064E03
RGB
CMYK
RGB Variations
Color information
#064E03 (or 0x064E03) is known color: Myrtle. HEX triplet: 06, 4E and 03. RGB value is (6,78,3). Sum of RGB (Red+Green+Blue) = 6+78+3=87 (11% of max value = 765). Red value is 6 (2.73% from 255 or 6.90% from 87); Green value is 78 (30.86% from 255 or 89.66% from 87); Blue value is 3 (1.56% from 255 or 3.45% from 87); Max value from RGB is 78 - color contains mainly: green. Hex color #064E03 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #064E03 is #F9B1FC. Grayscale: #303030. Windows color (decimal): -16364029 or 216582. OLE color: 216582.
HSL color Cylindrical-coordinate representation of color #064E03: hue angle of 117.6º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #064E03 is Cyan = 0.92, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 6 | 78 | 3 | - |
| CMYK | 0.92 | 0 | 0.96 | 0.69 |
| HSL | 117.6º | 0.93% | 0.16% | - |
| HSV(B) | 117.6º | 0.96% | 0.31% | - |
| XYZ | 2.82 | 5.49 | 1 | - |
| YUV | 47.92 | 102.65 | 98.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 78 | 3 | 0.92 | 0 | 0.96 | 0.69 | 117.6 | 0.93 | 0.16 |
| Hex | 6 | 4E | 3 | 5C | 0 | 60 | 45 | 76 | 5D | 10 |
| Octal | 6 | 116 | 3 | 134 | 0 | 140 | 105 | 166 | 135 | 20 |
| Binary | 110 | 1001110 | 11 | 1011100 | 0 | 1100000 | 1000101 | 1110110 | 1011101 | 10000 |
Color Harmonies of #064E03
Complementary color
Monochromatic Colors of #064E03
Black with #064E03
Text Example
Text Example
White with #064E03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #064E03; }
p { color: rgb(6,78,3); }
H1.HeaderClassName
{
color: #064E03;
}
.AnyTagClassName
{
color: #064E03;
}
</style>
background-color css
<style>
a { background-color: #064E03; }
a { background-color: rgb(6,78,3); }
div.DivClassName
{
background-color: #064E03;
}
.BgClassName
{
background-color: #064E03;
}
</style>
border-color css
<style>
span { border-color: #064E03; }
span { border-color: rgb(6,78,3); }
td.TdClassName
{
border-color: #064E03;
}
.TagClassName
{
border-color: #064E03;
}
</style>