Shades of Myrtle #064C0C
Tints of Myrtle #064C0C
RGB
CMYK
RGB Variations
Color information
#064C0C (or 0x064C0C) is known color: Myrtle. HEX triplet: 06, 4C and 0C. RGB value is (6,76,12). Sum of RGB (Red+Green+Blue) = 6+76+12=94 (12% of max value = 765). Red value is 6 (2.73% from 255 or 6.38% from 94); Green value is 76 (30.08% from 255 or 80.85% from 94); Blue value is 12 (5.08% from 255 or 12.77% from 94); Max value from RGB is 76 - color contains mainly: green. Hex color #064C0C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #064C0C is #F9B3F3. Grayscale: #2F2F2F. Windows color (decimal): -16364532 or 805894. OLE color: 805894.
HSL color Cylindrical-coordinate representation of color #064C0C: hue angle of 125.14º degrees, saturation: 0.85, 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 #064C0C is Cyan = 0.92, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 6 | 76 | 12 | - |
| CMYK | 0.92 | 0 | 0.84 | 0.70 |
| HSL | 125.14º | 0.85% | 0.16% | - |
| HSV(B) | 125.14º | 0.92% | 0.3% | - |
| XYZ | 2.73 | 5.23 | 1.21 | - |
| YUV | 47.77 | 107.81 | 98.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 76 | 12 | 0.92 | 0 | 0.84 | 0.70 | 125.14 | 0.85 | 0.16 |
| Hex | 6 | 4C | C | 5C | 0 | 54 | 46 | 7D | 55 | 10 |
| Octal | 6 | 114 | 14 | 134 | 0 | 124 | 106 | 175 | 125 | 20 |
| Binary | 110 | 1001100 | 1100 | 1011100 | 0 | 1010100 | 1000110 | 1111101 | 1010101 | 10000 |
Color Harmonies of #064C0C
Complementary color
Monochromatic Colors of #064C0C
Black with #064C0C
Text Example
Text Example
White with #064C0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #064C0C; }
p { color: rgb(6,76,12); }
H1.HeaderClassName
{
color: #064C0C;
}
.AnyTagClassName
{
color: #064C0C;
}
</style>
background-color css
<style>
a { background-color: #064C0C; }
a { background-color: rgb(6,76,12); }
div.DivClassName
{
background-color: #064C0C;
}
.BgClassName
{
background-color: #064C0C;
}
</style>
border-color css
<style>
span { border-color: #064C0C; }
span { border-color: rgb(6,76,12); }
td.TdClassName
{
border-color: #064C0C;
}
.TagClassName
{
border-color: #064C0C;
}
</style>