Shades of Myrtle #063D06
Tints of Myrtle #063D06
RGB
CMYK
RGB Variations
Color information
#063D06 (or 0x063D06) is known color: Myrtle. HEX triplet: 06, 3D and 06. RGB value is (6,61,6). Sum of RGB (Red+Green+Blue) = 6+61+6=73 (9% of max value = 765). Red value is 6 (2.73% from 255 or 8.22% from 73); Green value is 61 (24.22% from 255 or 83.56% from 73); Blue value is 6 (2.73% from 255 or 8.22% from 73); Max value from RGB is 61 - color contains mainly: green. Hex color #063D06 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #063D06 is #F9C2F9. Grayscale: #262626. Windows color (decimal): -16368378 or 408838. OLE color: 408838.
HSL color Cylindrical-coordinate representation of color #063D06: hue angle of 120º degrees, saturation: 0.82, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #063D06 is Cyan = 0.90, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 6 | 61 | 6 | - |
| CMYK | 0.90 | 0 | 0.90 | 0.76 |
| HSL | 120º | 0.82% | 0.13% | - |
| HSV(B) | 120º | 0.9% | 0.24% | - |
| XYZ | 1.78 | 3.39 | 0.73 | - |
| YUV | 38.29 | 109.78 | 104.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 61 | 6 | 0.90 | 0 | 0.90 | 0.76 | 120 | 0.82 | 0.13 |
| Hex | 6 | 3D | 6 | 5A | 0 | 5A | 4C | 78 | 52 | D |
| Octal | 6 | 75 | 6 | 132 | 0 | 132 | 114 | 170 | 122 | 15 |
| Binary | 110 | 111101 | 110 | 1011010 | 0 | 1011010 | 1001100 | 1111000 | 1010010 | 1101 |
Color Harmonies of #063D06
Complementary color
Monochromatic Colors of #063D06
Black with #063D06
Text Example
Text Example
White with #063D06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #063D06; }
p { color: rgb(6,61,6); }
H1.HeaderClassName
{
color: #063D06;
}
.AnyTagClassName
{
color: #063D06;
}
</style>
background-color css
<style>
a { background-color: #063D06; }
a { background-color: rgb(6,61,6); }
div.DivClassName
{
background-color: #063D06;
}
.BgClassName
{
background-color: #063D06;
}
</style>
border-color css
<style>
span { border-color: #063D06; }
span { border-color: rgb(6,61,6); }
td.TdClassName
{
border-color: #063D06;
}
.TagClassName
{
border-color: #063D06;
}
</style>