Shades of Myrtle #0A2A06
Tints of Myrtle #0A2A06
RGB
CMYK
RGB Variations
Color information
#0A2A06 (or 0x0A2A06) is known color: Myrtle. HEX triplet: 0A, 2A and 06. RGB value is (10,42,6). Sum of RGB (Red+Green+Blue) = 10+42+6=58 (7% of max value = 765). Red value is 10 (4.30% from 255 or 17.24% from 58); Green value is 42 (16.80% from 255 or 72.41% from 58); Blue value is 6 (2.73% from 255 or 10.34% from 58); Max value from RGB is 42 - color contains mainly: green. Hex color #0A2A06 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0A2A06 is #F5D5F9. Grayscale: #1C1C1C. Windows color (decimal): -16111098 or 403978. OLE color: 403978.
HSL color Cylindrical-coordinate representation of color #0A2A06: hue angle of 113.33º degrees, saturation: 0.75, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0A2A06 is Cyan = 0.76, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 10 | 42 | 6 | - |
| CMYK | 0.76 | 0 | 0.86 | 0.84 |
| HSL | 113.33º | 0.75% | 0.09% | - |
| HSV(B) | 113.33º | 0.86% | 0.16% | - |
| XYZ | 0.99 | 1.73 | 0.45 | - |
| YUV | 28.33 | 115.4 | 114.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 42 | 6 | 0.76 | 0 | 0.86 | 0.84 | 113.33 | 0.75 | 0.09 |
| Hex | A | 2A | 6 | 4C | 0 | 56 | 54 | 71 | 4B | 9 |
| Octal | 12 | 52 | 6 | 114 | 0 | 126 | 124 | 161 | 113 | 11 |
| Binary | 1010 | 101010 | 110 | 1001100 | 0 | 1010110 | 1010100 | 1110001 | 1001011 | 1001 |
Color Harmonies of #0A2A06
Complementary color
Monochromatic Colors of #0A2A06
Black with #0A2A06
Text Example
Text Example
White with #0A2A06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A2A06; }
p { color: rgb(10,42,6); }
H1.HeaderClassName
{
color: #0A2A06;
}
.AnyTagClassName
{
color: #0A2A06;
}
</style>
background-color css
<style>
a { background-color: #0A2A06; }
a { background-color: rgb(10,42,6); }
div.DivClassName
{
background-color: #0A2A06;
}
.BgClassName
{
background-color: #0A2A06;
}
</style>
border-color css
<style>
span { border-color: #0A2A06; }
span { border-color: rgb(10,42,6); }
td.TdClassName
{
border-color: #0A2A06;
}
.TagClassName
{
border-color: #0A2A06;
}
</style>