Shades of Myrtle #063700
Tints of Myrtle #063700
RGB
CMYK
RGB Variations
Color information
#063700 (or 0x063700) is known color: Myrtle. HEX triplet: 06, 37 and 00. RGB value is (6,55,0). Sum of RGB (Red+Green+Blue) = 6+55+0=61 (8% of max value = 765). Red value is 6 (2.73% from 255 or 9.84% from 61); Green value is 55 (21.88% from 255 or 90.16% from 61); Blue value is 0 (0.39% from 255 or 0% from 61); Max value from RGB is 55 - color contains mainly: green. Hex color #063700 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #063700 is #F9C8FF. Grayscale: #222222. Windows color (decimal): -16369920 or 14086. OLE color: 14086.
HSL color Cylindrical-coordinate representation of color #063700: hue angle of 113.45º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 1%. Process color model (Four color, CMYK) of #063700 is Cyan = 0.89, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 6 | 55 | 0 | - |
| CMYK | 0.89 | 0 | 1 | 0.78 |
| HSL | 113.45º | 1% | 0.11% | - |
| HSV(B) | 113.45º | 1% | 0.22% | - |
| XYZ | 1.44 | 2.77 | 0.46 | - |
| YUV | 34.08 | 108.77 | 107.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 55 | 0 | 0.89 | 0 | 1 | 0.78 | 113.45 | 1 | 0.11 |
| Hex | 6 | 37 | 0 | 59 | 0 | 64 | 4E | 71 | 64 | B |
| Octal | 6 | 67 | 0 | 131 | 0 | 144 | 116 | 161 | 144 | 13 |
| Binary | 110 | 110111 | 0 | 1011001 | 0 | 1100100 | 1001110 | 1110001 | 1100100 | 1011 |
Color Harmonies of #063700
Complementary color
Monochromatic Colors of #063700
Black with #063700
Text Example
Text Example
White with #063700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #063700; }
p { color: rgb(6,55,0); }
H1.HeaderClassName
{
color: #063700;
}
.AnyTagClassName
{
color: #063700;
}
</style>
background-color css
<style>
a { background-color: #063700; }
a { background-color: rgb(6,55,0); }
div.DivClassName
{
background-color: #063700;
}
.BgClassName
{
background-color: #063700;
}
</style>
border-color css
<style>
span { border-color: #063700; }
span { border-color: rgb(6,55,0); }
td.TdClassName
{
border-color: #063700;
}
.TagClassName
{
border-color: #063700;
}
</style>