Shades of Myrtle #063F01
Tints of Myrtle #063F01
RGB
CMYK
RGB Variations
Color information
#063F01 (or 0x063F01) is known color: Myrtle. HEX triplet: 06, 3F and 01. RGB value is (6,63,1). Sum of RGB (Red+Green+Blue) = 6+63+1=70 (9% of max value = 765). Red value is 6 (2.73% from 255 or 8.57% from 70); Green value is 63 (25% from 255 or 90% from 70); Blue value is 1 (0.78% from 255 or 1.43% from 70); Max value from RGB is 63 - color contains mainly: green. Hex color #063F01 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #063F01 is #F9C0FE. Grayscale: #272727. Windows color (decimal): -16367871 or 81670. OLE color: 81670.
HSL color Cylindrical-coordinate representation of color #063F01: hue angle of 115.16º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #063F01 is Cyan = 0.90, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 6 | 63 | 1 | - |
| CMYK | 0.90 | 0 | 0.98 | 0.75 |
| HSL | 115.16º | 0.97% | 0.13% | - |
| HSV(B) | 115.16º | 0.98% | 0.25% | - |
| XYZ | 1.86 | 3.6 | 0.62 | - |
| YUV | 38.89 | 106.62 | 104.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 63 | 1 | 0.90 | 0 | 0.98 | 0.75 | 115.16 | 0.97 | 0.13 |
| Hex | 6 | 3F | 1 | 5A | 0 | 62 | 4B | 73 | 61 | D |
| Octal | 6 | 77 | 1 | 132 | 0 | 142 | 113 | 163 | 141 | 15 |
| Binary | 110 | 111111 | 1 | 1011010 | 0 | 1100010 | 1001011 | 1110011 | 1100001 | 1101 |
Color Harmonies of #063F01
Complementary color
Monochromatic Colors of #063F01
Black with #063F01
Text Example
Text Example
White with #063F01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #063F01; }
p { color: rgb(6,63,1); }
H1.HeaderClassName
{
color: #063F01;
}
.AnyTagClassName
{
color: #063F01;
}
</style>
background-color css
<style>
a { background-color: #063F01; }
a { background-color: rgb(6,63,1); }
div.DivClassName
{
background-color: #063F01;
}
.BgClassName
{
background-color: #063F01;
}
</style>
border-color css
<style>
span { border-color: #063F01; }
span { border-color: rgb(6,63,1); }
td.TdClassName
{
border-color: #063F01;
}
.TagClassName
{
border-color: #063F01;
}
</style>