Shades of Myrtle #06510D
Tints of Myrtle #06510D
RGB
CMYK
RGB Variations
Color information
#06510D (or 0x06510D) is known color: Myrtle. HEX triplet: 06, 51 and 0D. RGB value is (6,81,13). Sum of RGB (Red+Green+Blue) = 6+81+13=100 (13% of max value = 765). Red value is 6 (2.73% from 255 or 6% from 100); Green value is 81 (32.03% from 255 or 81% from 100); Blue value is 13 (5.47% from 255 or 13% from 100); Max value from RGB is 81 - color contains mainly: green. Hex color #06510D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #06510D is #F9AEF2. Grayscale: #333333. Windows color (decimal): -16363251 or 872710. OLE color: 872710.
HSL color Cylindrical-coordinate representation of color #06510D: hue angle of 125.6º 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 #06510D is Cyan = 0.93, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 6 | 81 | 13 | - |
| CMYK | 0.93 | 0 | 0.84 | 0.68 |
| HSL | 125.6º | 0.86% | 0.17% | - |
| HSV(B) | 125.6º | 0.93% | 0.32% | - |
| XYZ | 3.09 | 5.95 | 1.37 | - |
| YUV | 50.82 | 106.65 | 96.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 81 | 13 | 0.93 | 0 | 0.84 | 0.68 | 125.6 | 0.86 | 0.17 |
| Hex | 6 | 51 | D | 5D | 0 | 54 | 44 | 7E | 56 | 11 |
| Octal | 6 | 121 | 15 | 135 | 0 | 124 | 104 | 176 | 126 | 21 |
| Binary | 110 | 1010001 | 1101 | 1011101 | 0 | 1010100 | 1000100 | 1111110 | 1010110 | 10001 |
Color Harmonies of #06510D
Complementary color
Monochromatic Colors of #06510D
Black with #06510D
Text Example
Text Example
White with #06510D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06510D; }
p { color: rgb(6,81,13); }
H1.HeaderClassName
{
color: #06510D;
}
.AnyTagClassName
{
color: #06510D;
}
</style>
background-color css
<style>
a { background-color: #06510D; }
a { background-color: rgb(6,81,13); }
div.DivClassName
{
background-color: #06510D;
}
.BgClassName
{
background-color: #06510D;
}
</style>
border-color css
<style>
span { border-color: #06510D; }
span { border-color: rgb(6,81,13); }
td.TdClassName
{
border-color: #06510D;
}
.TagClassName
{
border-color: #06510D;
}
</style>