Shades of Myrtle #0A1D06
Tints of Myrtle #0A1D06
RGB
CMYK
RGB Variations
Color information
#0A1D06 (or 0x0A1D06) is known color: Myrtle. HEX triplet: 0A, 1D and 06. RGB value is (10,29,6). Sum of RGB (Red+Green+Blue) = 10+29+6=45 (5% of max value = 765). Red value is 10 (4.30% from 255 or 22.22% from 45); Green value is 29 (11.72% from 255 or 64.44% from 45); Blue value is 6 (2.73% from 255 or 13.33% from 45); Max value from RGB is 29 - color contains mainly: green. Hex color #0A1D06 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0A1D06 is #F5E2F9. Grayscale: #141414. Windows color (decimal): -16114426 or 400650. OLE color: 400650.
HSL color Cylindrical-coordinate representation of color #0A1D06: hue angle of 109.57º degrees, saturation: 0.66, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #0A1D06 is Cyan = 0.66, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 10 | 29 | 6 | - |
| CMYK | 0.66 | 0 | 0.79 | 0.89 |
| HSL | 109.57º | 0.66% | 0.07% | - |
| HSV(B) | 109.57º | 0.79% | 0.11% | - |
| XYZ | 0.6 | 0.96 | 0.33 | - |
| YUV | 20.7 | 119.71 | 120.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 29 | 6 | 0.66 | 0 | 0.79 | 0.89 | 109.57 | 0.66 | 0.07 |
| Hex | A | 1D | 6 | 42 | 0 | 4F | 59 | 6E | 42 | 7 |
| Octal | 12 | 35 | 6 | 102 | 0 | 117 | 131 | 156 | 102 | 7 |
| Binary | 1010 | 11101 | 110 | 1000010 | 0 | 1001111 | 1011001 | 1101110 | 1000010 | 111 |
Color Harmonies of #0A1D06
Complementary color
Monochromatic Colors of #0A1D06
Black with #0A1D06
Text Example
Text Example
White with #0A1D06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A1D06; }
p { color: rgb(10,29,6); }
H1.HeaderClassName
{
color: #0A1D06;
}
.AnyTagClassName
{
color: #0A1D06;
}
</style>
background-color css
<style>
a { background-color: #0A1D06; }
a { background-color: rgb(10,29,6); }
div.DivClassName
{
background-color: #0A1D06;
}
.BgClassName
{
background-color: #0A1D06;
}
</style>
border-color css
<style>
span { border-color: #0A1D06; }
span { border-color: rgb(10,29,6); }
td.TdClassName
{
border-color: #0A1D06;
}
.TagClassName
{
border-color: #0A1D06;
}
</style>