Shades of Myrtle #063F07
Tints of Myrtle #063F07
RGB
CMYK
RGB Variations
Color information
#063F07 (or 0x063F07) is known color: Myrtle. HEX triplet: 06, 3F and 07. RGB value is (6,63,7). Sum of RGB (Red+Green+Blue) = 6+63+7=76 (10% of max value = 765). Red value is 6 (2.73% from 255 or 7.89% from 76); Green value is 63 (25% from 255 or 82.89% from 76); Blue value is 7 (3.12% from 255 or 9.21% from 76); Max value from RGB is 63 - color contains mainly: green. Hex color #063F07 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #063F07 is #F9C0F8. Grayscale: #272727. Windows color (decimal): -16367865 or 474886. OLE color: 474886.
HSL color Cylindrical-coordinate representation of color #063F07: hue angle of 121.05º degrees, saturation: 0.83, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #063F07 is Cyan = 0.90, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 6 | 63 | 7 | - |
| CMYK | 0.90 | 0 | 0.89 | 0.75 |
| HSL | 121.05º | 0.83% | 0.14% | - |
| HSV(B) | 121.05º | 0.9% | 0.25% | - |
| XYZ | 1.89 | 3.61 | 0.8 | - |
| YUV | 39.57 | 109.62 | 104.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 63 | 7 | 0.90 | 0 | 0.89 | 0.75 | 121.05 | 0.83 | 0.14 |
| Hex | 6 | 3F | 7 | 5A | 0 | 59 | 4B | 79 | 53 | E |
| Octal | 6 | 77 | 7 | 132 | 0 | 131 | 113 | 171 | 123 | 16 |
| Binary | 110 | 111111 | 111 | 1011010 | 0 | 1011001 | 1001011 | 1111001 | 1010011 | 1110 |
Color Harmonies of #063F07
Complementary color
Monochromatic Colors of #063F07
Black with #063F07
Text Example
Text Example
White with #063F07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #063F07; }
p { color: rgb(6,63,7); }
H1.HeaderClassName
{
color: #063F07;
}
.AnyTagClassName
{
color: #063F07;
}
</style>
background-color css
<style>
a { background-color: #063F07; }
a { background-color: rgb(6,63,7); }
div.DivClassName
{
background-color: #063F07;
}
.BgClassName
{
background-color: #063F07;
}
</style>
border-color css
<style>
span { border-color: #063F07; }
span { border-color: rgb(6,63,7); }
td.TdClassName
{
border-color: #063F07;
}
.TagClassName
{
border-color: #063F07;
}
</style>