Shades of Myrtle #06500D
Tints of Myrtle #06500D
RGB
CMYK
RGB Variations
Color information
#06500D (or 0x06500D) is known color: Myrtle. HEX triplet: 06, 50 and 0D. RGB value is (6,80,13). Sum of RGB (Red+Green+Blue) = 6+80+13=99 (13% of max value = 765). Red value is 6 (2.73% from 255 or 6.06% from 99); Green value is 80 (31.64% from 255 or 80.81% from 99); Blue value is 13 (5.47% from 255 or 13.13% from 99); Max value from RGB is 80 - color contains mainly: green. Hex color #06500D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #06500D is #F9AFF2. Grayscale: #323232. Windows color (decimal): -16363507 or 872454. OLE color: 872454.
HSL color Cylindrical-coordinate representation of color #06500D: hue angle of 125.68º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #06500D is Cyan = 0.92, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 6 | 80 | 13 | - |
| CMYK | 0.92 | 0 | 0.84 | 0.69 |
| HSL | 125.68º | 0.86% | 0.17% | - |
| HSV(B) | 125.68º | 0.93% | 0.31% | - |
| XYZ | 3.02 | 5.81 | 1.34 | - |
| YUV | 50.24 | 106.98 | 96.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 80 | 13 | 0.92 | 0 | 0.84 | 0.69 | 125.68 | 0.86 | 0.17 |
| Hex | 6 | 50 | D | 5C | 0 | 54 | 45 | 7E | 56 | 11 |
| Octal | 6 | 120 | 15 | 134 | 0 | 124 | 105 | 176 | 126 | 21 |
| Binary | 110 | 1010000 | 1101 | 1011100 | 0 | 1010100 | 1000101 | 1111110 | 1010110 | 10001 |
Color Harmonies of #06500D
Complementary color
Monochromatic Colors of #06500D
Black with #06500D
Text Example
Text Example
White with #06500D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06500D; }
p { color: rgb(6,80,13); }
H1.HeaderClassName
{
color: #06500D;
}
.AnyTagClassName
{
color: #06500D;
}
</style>
background-color css
<style>
a { background-color: #06500D; }
a { background-color: rgb(6,80,13); }
div.DivClassName
{
background-color: #06500D;
}
.BgClassName
{
background-color: #06500D;
}
</style>
border-color css
<style>
span { border-color: #06500D; }
span { border-color: rgb(6,80,13); }
td.TdClassName
{
border-color: #06500D;
}
.TagClassName
{
border-color: #06500D;
}
</style>