Shades of Myrtle #063F04
Tints of Myrtle #063F04
RGB
CMYK
RGB Variations
Color information
#063F04 (or 0x063F04) is known color: Myrtle. HEX triplet: 06, 3F and 04. RGB value is (6,63,4). Sum of RGB (Red+Green+Blue) = 6+63+4=73 (9% of max value = 765). Red value is 6 (2.73% from 255 or 8.22% from 73); Green value is 63 (25% from 255 or 86.30% from 73); Blue value is 4 (1.95% from 255 or 5.48% from 73); Max value from RGB is 63 - color contains mainly: green. Hex color #063F04 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #063F04 is #F9C0FB. Grayscale: #272727. Windows color (decimal): -16367868 or 278278. OLE color: 278278.
HSL color Cylindrical-coordinate representation of color #063F04: hue angle of 117.97º degrees, saturation: 0.88, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #063F04 is Cyan = 0.90, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 6 | 63 | 4 | - |
| CMYK | 0.90 | 0 | 0.94 | 0.75 |
| HSL | 117.97º | 0.88% | 0.13% | - |
| HSV(B) | 117.97º | 0.94% | 0.25% | - |
| XYZ | 1.87 | 3.6 | 0.71 | - |
| YUV | 39.23 | 108.12 | 104.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 63 | 4 | 0.90 | 0 | 0.94 | 0.75 | 117.97 | 0.88 | 0.13 |
| Hex | 6 | 3F | 4 | 5A | 0 | 5E | 4B | 76 | 58 | D |
| Octal | 6 | 77 | 4 | 132 | 0 | 136 | 113 | 166 | 130 | 15 |
| Binary | 110 | 111111 | 100 | 1011010 | 0 | 1011110 | 1001011 | 1110110 | 1011000 | 1101 |
Color Harmonies of #063F04
Complementary color
Monochromatic Colors of #063F04
Black with #063F04
Text Example
Text Example
White with #063F04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #063F04; }
p { color: rgb(6,63,4); }
H1.HeaderClassName
{
color: #063F04;
}
.AnyTagClassName
{
color: #063F04;
}
</style>
background-color css
<style>
a { background-color: #063F04; }
a { background-color: rgb(6,63,4); }
div.DivClassName
{
background-color: #063F04;
}
.BgClassName
{
background-color: #063F04;
}
</style>
border-color css
<style>
span { border-color: #063F04; }
span { border-color: rgb(6,63,4); }
td.TdClassName
{
border-color: #063F04;
}
.TagClassName
{
border-color: #063F04;
}
</style>