Shades of Myrtle #064B0A
Tints of Myrtle #064B0A
RGB
CMYK
RGB Variations
Color information
#064B0A (or 0x064B0A) is known color: Myrtle. HEX triplet: 06, 4B and 0A. RGB value is (6,75,10). Sum of RGB (Red+Green+Blue) = 6+75+10=91 (12% of max value = 765). Red value is 6 (2.73% from 255 or 6.59% from 91); Green value is 75 (29.69% from 255 or 82.42% from 91); Blue value is 10 (4.30% from 255 or 10.99% from 91); Max value from RGB is 75 - color contains mainly: green. Hex color #064B0A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #064B0A is #F9B4F5. Grayscale: #2F2F2F. Windows color (decimal): -16364790 or 674566. OLE color: 674566.
HSL color Cylindrical-coordinate representation of color #064B0A: hue angle of 123.48º degrees, saturation: 0.85, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #064B0A is Cyan = 0.92, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 6 | 75 | 10 | - |
| CMYK | 0.92 | 0 | 0.87 | 0.71 |
| HSL | 123.48º | 0.85% | 0.16% | - |
| HSV(B) | 123.48º | 0.92% | 0.29% | - |
| XYZ | 2.65 | 5.09 | 1.13 | - |
| YUV | 46.96 | 107.14 | 98.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 75 | 10 | 0.92 | 0 | 0.87 | 0.71 | 123.48 | 0.85 | 0.16 |
| Hex | 6 | 4B | A | 5C | 0 | 57 | 47 | 7B | 55 | 10 |
| Octal | 6 | 113 | 12 | 134 | 0 | 127 | 107 | 173 | 125 | 20 |
| Binary | 110 | 1001011 | 1010 | 1011100 | 0 | 1010111 | 1000111 | 1111011 | 1010101 | 10000 |
Color Harmonies of #064B0A
Complementary color
Monochromatic Colors of #064B0A
Black with #064B0A
Text Example
Text Example
White with #064B0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #064B0A; }
p { color: rgb(6,75,10); }
H1.HeaderClassName
{
color: #064B0A;
}
.AnyTagClassName
{
color: #064B0A;
}
</style>
background-color css
<style>
a { background-color: #064B0A; }
a { background-color: rgb(6,75,10); }
div.DivClassName
{
background-color: #064B0A;
}
.BgClassName
{
background-color: #064B0A;
}
</style>
border-color css
<style>
span { border-color: #064B0A; }
span { border-color: rgb(6,75,10); }
td.TdClassName
{
border-color: #064B0A;
}
.TagClassName
{
border-color: #064B0A;
}
</style>