Shades of Myrtle #0D1D07
Tints of Myrtle #0D1D07
RGB
CMYK
RGB Variations
Color information
#0D1D07 (or 0x0D1D07) is known color: Myrtle. HEX triplet: 0D, 1D and 07. RGB value is (13,29,7). Sum of RGB (Red+Green+Blue) = 13+29+7=49 (6% of max value = 765). Red value is 13 (5.47% from 255 or 26.53% from 49); Green value is 29 (11.72% from 255 or 59.18% from 49); Blue value is 7 (3.12% from 255 or 14.29% from 49); Max value from RGB is 29 - color contains mainly: green. Hex color #0D1D07 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D1D07 is #F2E2F8. Grayscale: #151515. Windows color (decimal): -15917817 or 466189. OLE color: 466189.
HSL color Cylindrical-coordinate representation of color #0D1D07: hue angle of 103.64º degrees, saturation: 0.61, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #0D1D07 is Cyan = 0.55, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 13 | 29 | 7 | - |
| CMYK | 0.55 | 0 | 0.76 | 0.89 |
| HSL | 103.64º | 0.61% | 0.07% | - |
| HSV(B) | 103.64º | 0.76% | 0.11% | - |
| XYZ | 0.64 | 0.98 | 0.36 | - |
| YUV | 21.71 | 119.7 | 121.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 29 | 7 | 0.55 | 0 | 0.76 | 0.89 | 103.64 | 0.61 | 0.07 |
| Hex | D | 1D | 7 | 37 | 0 | 4C | 59 | 68 | 3D | 7 |
| Octal | 15 | 35 | 7 | 67 | 0 | 114 | 131 | 150 | 75 | 7 |
| Binary | 1101 | 11101 | 111 | 110111 | 0 | 1001100 | 1011001 | 1101000 | 111101 | 111 |
Color Harmonies of #0D1D07
Complementary color
Monochromatic Colors of #0D1D07
Black with #0D1D07
Text Example
Text Example
White with #0D1D07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D1D07; }
p { color: rgb(13,29,7); }
H1.HeaderClassName
{
color: #0D1D07;
}
.AnyTagClassName
{
color: #0D1D07;
}
</style>
background-color css
<style>
a { background-color: #0D1D07; }
a { background-color: rgb(13,29,7); }
div.DivClassName
{
background-color: #0D1D07;
}
.BgClassName
{
background-color: #0D1D07;
}
</style>
border-color css
<style>
span { border-color: #0D1D07; }
span { border-color: rgb(13,29,7); }
td.TdClassName
{
border-color: #0D1D07;
}
.TagClassName
{
border-color: #0D1D07;
}
</style>