Shades of Myrtle #063705
Tints of Myrtle #063705
RGB
CMYK
RGB Variations
Color information
#063705 (or 0x063705) is known color: Myrtle. HEX triplet: 06, 37 and 05. RGB value is (6,55,5). Sum of RGB (Red+Green+Blue) = 6+55+5=66 (8% of max value = 765). Red value is 6 (2.73% from 255 or 9.09% from 66); Green value is 55 (21.88% from 255 or 83.33% from 66); Blue value is 5 (2.34% from 255 or 7.58% from 66); Max value from RGB is 55 - color contains mainly: green. Hex color #063705 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #063705 is #F9C8FA. Grayscale: #222222. Windows color (decimal): -16369915 or 341766. OLE color: 341766.
HSL color Cylindrical-coordinate representation of color #063705: hue angle of 118.8º degrees, saturation: 0.83, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #063705 is Cyan = 0.89, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 6 | 55 | 5 | - |
| CMYK | 0.89 | 0 | 0.91 | 0.78 |
| HSL | 118.8º | 0.83% | 0.12% | - |
| HSV(B) | 118.8º | 0.91% | 0.22% | - |
| XYZ | 1.47 | 2.78 | 0.6 | - |
| YUV | 34.65 | 111.27 | 107.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 55 | 5 | 0.89 | 0 | 0.91 | 0.78 | 118.8 | 0.83 | 0.12 |
| Hex | 6 | 37 | 5 | 59 | 0 | 5B | 4E | 77 | 53 | C |
| Octal | 6 | 67 | 5 | 131 | 0 | 133 | 116 | 167 | 123 | 14 |
| Binary | 110 | 110111 | 101 | 1011001 | 0 | 1011011 | 1001110 | 1110111 | 1010011 | 1100 |
Color Harmonies of #063705
Complementary color
Monochromatic Colors of #063705
Black with #063705
Text Example
Text Example
White with #063705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #063705; }
p { color: rgb(6,55,5); }
H1.HeaderClassName
{
color: #063705;
}
.AnyTagClassName
{
color: #063705;
}
</style>
background-color css
<style>
a { background-color: #063705; }
a { background-color: rgb(6,55,5); }
div.DivClassName
{
background-color: #063705;
}
.BgClassName
{
background-color: #063705;
}
</style>
border-color css
<style>
span { border-color: #063705; }
span { border-color: rgb(6,55,5); }
td.TdClassName
{
border-color: #063705;
}
.TagClassName
{
border-color: #063705;
}
</style>