Shades of Myrtle #063F02
Tints of Myrtle #063F02
RGB
CMYK
RGB Variations
Color information
#063F02 (or 0x063F02) is known color: Myrtle. HEX triplet: 06, 3F and 02. RGB value is (6,63,2). Sum of RGB (Red+Green+Blue) = 6+63+2=71 (9% of max value = 765). Red value is 6 (2.73% from 255 or 8.45% from 71); Green value is 63 (25% from 255 or 88.73% from 71); Blue value is 2 (1.17% from 255 or 2.82% from 71); Max value from RGB is 63 - color contains mainly: green. Hex color #063F02 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #063F02 is #F9C0FD. Grayscale: #272727. Windows color (decimal): -16367870 or 147206. OLE color: 147206.
HSL color Cylindrical-coordinate representation of color #063F02: hue angle of 116.07º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #063F02 is Cyan = 0.90, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 6 | 63 | 2 | - |
| CMYK | 0.90 | 0 | 0.97 | 0.75 |
| HSL | 116.07º | 0.94% | 0.13% | - |
| HSV(B) | 116.07º | 0.97% | 0.25% | - |
| XYZ | 1.86 | 3.6 | 0.65 | - |
| YUV | 39 | 107.12 | 104.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 63 | 2 | 0.90 | 0 | 0.97 | 0.75 | 116.07 | 0.94 | 0.13 |
| Hex | 6 | 3F | 2 | 5A | 0 | 61 | 4B | 74 | 5E | D |
| Octal | 6 | 77 | 2 | 132 | 0 | 141 | 113 | 164 | 136 | 15 |
| Binary | 110 | 111111 | 10 | 1011010 | 0 | 1100001 | 1001011 | 1110100 | 1011110 | 1101 |
Color Harmonies of #063F02
Complementary color
Monochromatic Colors of #063F02
Black with #063F02
Text Example
Text Example
White with #063F02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #063F02; }
p { color: rgb(6,63,2); }
H1.HeaderClassName
{
color: #063F02;
}
.AnyTagClassName
{
color: #063F02;
}
</style>
background-color css
<style>
a { background-color: #063F02; }
a { background-color: rgb(6,63,2); }
div.DivClassName
{
background-color: #063F02;
}
.BgClassName
{
background-color: #063F02;
}
</style>
border-color css
<style>
span { border-color: #063F02; }
span { border-color: rgb(6,63,2); }
td.TdClassName
{
border-color: #063F02;
}
.TagClassName
{
border-color: #063F02;
}
</style>