Shades of Myrtle #06520D
Tints of Myrtle #06520D
RGB
CMYK
RGB Variations
Color information
#06520D (or 0x06520D) is known color: Myrtle. HEX triplet: 06, 52 and 0D. RGB value is (6,82,13). Sum of RGB (Red+Green+Blue) = 6+82+13=101 (13% of max value = 765). Red value is 6 (2.73% from 255 or 5.94% from 101); Green value is 82 (32.42% from 255 or 81.19% from 101); Blue value is 13 (5.47% from 255 or 12.87% from 101); Max value from RGB is 82 - color contains mainly: green. Hex color #06520D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #06520D is #F9ADF2. Grayscale: #333333. Windows color (decimal): -16362995 or 872966. OLE color: 872966.
HSL color Cylindrical-coordinate representation of color #06520D: hue angle of 125.53º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #06520D is Cyan = 0.93, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 6 | 82 | 13 | - |
| CMYK | 0.93 | 0 | 0.84 | 0.68 |
| HSL | 125.53º | 0.86% | 0.17% | - |
| HSV(B) | 125.53º | 0.93% | 0.32% | - |
| XYZ | 3.17 | 6.1 | 1.39 | - |
| YUV | 51.41 | 106.32 | 95.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 82 | 13 | 0.93 | 0 | 0.84 | 0.68 | 125.53 | 0.86 | 0.17 |
| Hex | 6 | 52 | D | 5D | 0 | 54 | 44 | 7E | 56 | 11 |
| Octal | 6 | 122 | 15 | 135 | 0 | 124 | 104 | 176 | 126 | 21 |
| Binary | 110 | 1010010 | 1101 | 1011101 | 0 | 1010100 | 1000100 | 1111110 | 1010110 | 10001 |
Color Harmonies of #06520D
Complementary color
Monochromatic Colors of #06520D
Black with #06520D
Text Example
Text Example
White with #06520D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06520D; }
p { color: rgb(6,82,13); }
H1.HeaderClassName
{
color: #06520D;
}
.AnyTagClassName
{
color: #06520D;
}
</style>
background-color css
<style>
a { background-color: #06520D; }
a { background-color: rgb(6,82,13); }
div.DivClassName
{
background-color: #06520D;
}
.BgClassName
{
background-color: #06520D;
}
</style>
border-color css
<style>
span { border-color: #06520D; }
span { border-color: rgb(6,82,13); }
td.TdClassName
{
border-color: #06520D;
}
.TagClassName
{
border-color: #06520D;
}
</style>