Shades of Myrtle #0A1A06
Tints of Myrtle #0A1A06
RGB
CMYK
RGB Variations
Color information
#0A1A06 (or 0x0A1A06) is known color: Myrtle. HEX triplet: 0A, 1A and 06. RGB value is (10,26,6). Sum of RGB (Red+Green+Blue) = 10+26+6=42 (5% of max value = 765). Red value is 10 (4.30% from 255 or 23.81% from 42); Green value is 26 (10.55% from 255 or 61.90% from 42); Blue value is 6 (2.73% from 255 or 14.29% from 42); Max value from RGB is 26 - color contains mainly: green. Hex color #0A1A06 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0A1A06 is #F5E5F9. Grayscale: #131313. Windows color (decimal): -16115194 or 399882. OLE color: 399882.
HSL color Cylindrical-coordinate representation of color #0A1A06: hue angle of 108º degrees, saturation: 0.62, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #0A1A06 is Cyan = 0.62, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 10 | 26 | 6 | - |
| CMYK | 0.62 | 0 | 0.77 | 0.90 |
| HSL | 108º | 0.63% | 0.06% | - |
| HSV(B) | 108º | 0.77% | 0.1% | - |
| XYZ | 0.53 | 0.82 | 0.3 | - |
| YUV | 18.94 | 120.7 | 121.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 26 | 6 | 0.62 | 0 | 0.77 | 0.90 | 108 | 0.63 | 0.06 |
| Hex | A | 1A | 6 | 3E | 0 | 4D | 5A | 6C | 3E | 6 |
| Octal | 12 | 32 | 6 | 76 | 0 | 115 | 132 | 154 | 76 | 6 |
| Binary | 1010 | 11010 | 110 | 111110 | 0 | 1001101 | 1011010 | 1101100 | 111110 | 110 |
Color Harmonies of #0A1A06
Complementary color
Monochromatic Colors of #0A1A06
Black with #0A1A06
Text Example
Text Example
White with #0A1A06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A1A06; }
p { color: rgb(10,26,6); }
H1.HeaderClassName
{
color: #0A1A06;
}
.AnyTagClassName
{
color: #0A1A06;
}
</style>
background-color css
<style>
a { background-color: #0A1A06; }
a { background-color: rgb(10,26,6); }
div.DivClassName
{
background-color: #0A1A06;
}
.BgClassName
{
background-color: #0A1A06;
}
</style>
border-color css
<style>
span { border-color: #0A1A06; }
span { border-color: rgb(10,26,6); }
td.TdClassName
{
border-color: #0A1A06;
}
.TagClassName
{
border-color: #0A1A06;
}
</style>