Shades of Myrtle #0A1D07
Tints of Myrtle #0A1D07
RGB
CMYK
RGB Variations
Color information
#0A1D07 (or 0x0A1D07) is known color: Myrtle. HEX triplet: 0A, 1D and 07. RGB value is (10,29,7). Sum of RGB (Red+Green+Blue) = 10+29+7=46 (6% of max value = 765). Red value is 10 (4.30% from 255 or 21.74% from 46); Green value is 29 (11.72% from 255 or 63.04% from 46); Blue value is 7 (3.12% from 255 or 15.22% from 46); Max value from RGB is 29 - color contains mainly: green. Hex color #0A1D07 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0A1D07 is #F5E2F8. Grayscale: #141414. Windows color (decimal): -16114425 or 466186. OLE color: 466186.
HSL color Cylindrical-coordinate representation of color #0A1D07: hue angle of 111.82º 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 #0A1D07 is Cyan = 0.66, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 10 | 29 | 7 | - |
| CMYK | 0.66 | 0 | 0.76 | 0.89 |
| HSL | 111.82º | 0.61% | 0.07% | - |
| HSV(B) | 111.82º | 0.76% | 0.11% | - |
| XYZ | 0.6 | 0.96 | 0.35 | - |
| YUV | 20.81 | 120.21 | 120.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 29 | 7 | 0.66 | 0 | 0.76 | 0.89 | 111.82 | 0.61 | 0.07 |
| Hex | A | 1D | 7 | 42 | 0 | 4C | 59 | 70 | 3D | 7 |
| Octal | 12 | 35 | 7 | 102 | 0 | 114 | 131 | 160 | 75 | 7 |
| Binary | 1010 | 11101 | 111 | 1000010 | 0 | 1001100 | 1011001 | 1110000 | 111101 | 111 |
Color Harmonies of #0A1D07
Complementary color
Monochromatic Colors of #0A1D07
Black with #0A1D07
Text Example
Text Example
White with #0A1D07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A1D07; }
p { color: rgb(10,29,7); }
H1.HeaderClassName
{
color: #0A1D07;
}
.AnyTagClassName
{
color: #0A1D07;
}
</style>
background-color css
<style>
a { background-color: #0A1D07; }
a { background-color: rgb(10,29,7); }
div.DivClassName
{
background-color: #0A1D07;
}
.BgClassName
{
background-color: #0A1D07;
}
</style>
border-color css
<style>
span { border-color: #0A1D07; }
span { border-color: rgb(10,29,7); }
td.TdClassName
{
border-color: #0A1D07;
}
.TagClassName
{
border-color: #0A1D07;
}
</style>