Shades of Myrtle #064B0C
Tints of Myrtle #064B0C
RGB
CMYK
RGB Variations
Color information
#064B0C (or 0x064B0C) is known color: Myrtle. HEX triplet: 06, 4B and 0C. RGB value is (6,75,12). Sum of RGB (Red+Green+Blue) = 6+75+12=93 (12% of max value = 765). Red value is 6 (2.73% from 255 or 6.45% from 93); Green value is 75 (29.69% from 255 or 80.65% from 93); Blue value is 12 (5.08% from 255 or 12.90% from 93); Max value from RGB is 75 - color contains mainly: green. Hex color #064B0C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #064B0C is #F9B4F3. Grayscale: #2F2F2F. Windows color (decimal): -16364788 or 805638. OLE color: 805638.
HSL color Cylindrical-coordinate representation of color #064B0C: hue angle of 125.22º 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 #064B0C is Cyan = 0.92, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 6 | 75 | 12 | - |
| CMYK | 0.92 | 0 | 0.84 | 0.71 |
| HSL | 125.22º | 0.85% | 0.16% | - |
| HSV(B) | 125.22º | 0.92% | 0.29% | - |
| XYZ | 2.66 | 5.1 | 1.19 | - |
| YUV | 47.19 | 108.14 | 98.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 75 | 12 | 0.92 | 0 | 0.84 | 0.71 | 125.22 | 0.85 | 0.16 |
| Hex | 6 | 4B | C | 5C | 0 | 54 | 47 | 7D | 55 | 10 |
| Octal | 6 | 113 | 14 | 134 | 0 | 124 | 107 | 175 | 125 | 20 |
| Binary | 110 | 1001011 | 1100 | 1011100 | 0 | 1010100 | 1000111 | 1111101 | 1010101 | 10000 |
Color Harmonies of #064B0C
Complementary color
Monochromatic Colors of #064B0C
Black with #064B0C
Text Example
Text Example
White with #064B0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #064B0C; }
p { color: rgb(6,75,12); }
H1.HeaderClassName
{
color: #064B0C;
}
.AnyTagClassName
{
color: #064B0C;
}
</style>
background-color css
<style>
a { background-color: #064B0C; }
a { background-color: rgb(6,75,12); }
div.DivClassName
{
background-color: #064B0C;
}
.BgClassName
{
background-color: #064B0C;
}
</style>
border-color css
<style>
span { border-color: #064B0C; }
span { border-color: rgb(6,75,12); }
td.TdClassName
{
border-color: #064B0C;
}
.TagClassName
{
border-color: #064B0C;
}
</style>