Shades of Myrtle #063D00
Tints of Myrtle #063D00
RGB
CMYK
RGB Variations
Color information
#063D00 (or 0x063D00) is known color: Myrtle. HEX triplet: 06, 3D and 00. RGB value is (6,61,0). Sum of RGB (Red+Green+Blue) = 6+61+0=67 (8% of max value = 765). Red value is 6 (2.73% from 255 or 8.96% from 67); Green value is 61 (24.22% from 255 or 91.04% from 67); Blue value is 0 (0.39% from 255 or 0% from 67); Max value from RGB is 61 - color contains mainly: green. Hex color #063D00 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #063D00 is #F9C2FF. Grayscale: #252525. Windows color (decimal): -16368384 or 15622. OLE color: 15622.
HSL color Cylindrical-coordinate representation of color #063D00: hue angle of 114.1º degrees, saturation: 1, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 1%. Process color model (Four color, CMYK) of #063D00 is Cyan = 0.90, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 6 | 61 | 0 | - |
| CMYK | 0.90 | 0 | 1 | 0.76 |
| HSL | 114.1º | 1% | 0.12% | - |
| HSV(B) | 114.1º | 1% | 0.24% | - |
| XYZ | 1.74 | 3.38 | 0.56 | - |
| YUV | 37.6 | 106.78 | 105.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 61 | 0 | 0.90 | 0 | 1 | 0.76 | 114.1 | 1 | 0.12 |
| Hex | 6 | 3D | 0 | 5A | 0 | 64 | 4C | 72 | 64 | C |
| Octal | 6 | 75 | 0 | 132 | 0 | 144 | 114 | 162 | 144 | 14 |
| Binary | 110 | 111101 | 0 | 1011010 | 0 | 1100100 | 1001100 | 1110010 | 1100100 | 1100 |
Color Harmonies of #063D00
Complementary color
Monochromatic Colors of #063D00
Black with #063D00
Text Example
Text Example
White with #063D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #063D00; }
p { color: rgb(6,61,0); }
H1.HeaderClassName
{
color: #063D00;
}
.AnyTagClassName
{
color: #063D00;
}
</style>
background-color css
<style>
a { background-color: #063D00; }
a { background-color: rgb(6,61,0); }
div.DivClassName
{
background-color: #063D00;
}
.BgClassName
{
background-color: #063D00;
}
</style>
border-color css
<style>
span { border-color: #063D00; }
span { border-color: rgb(6,61,0); }
td.TdClassName
{
border-color: #063D00;
}
.TagClassName
{
border-color: #063D00;
}
</style>