Shades of Myrtle #0A2106
Tints of Myrtle #0A2106
RGB
CMYK
RGB Variations
Color information
#0A2106 (or 0x0A2106) is known color: Myrtle. HEX triplet: 0A, 21 and 06. RGB value is (10,33,6). Sum of RGB (Red+Green+Blue) = 10+33+6=49 (6% of max value = 765). Red value is 10 (4.30% from 255 or 20.41% from 49); Green value is 33 (13.28% from 255 or 67.35% from 49); Blue value is 6 (2.73% from 255 or 12.24% from 49); Max value from RGB is 33 - color contains mainly: green. Hex color #0A2106 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0A2106 is #F5DEF9. Grayscale: #171717. Windows color (decimal): -16113402 or 401674. OLE color: 401674.
HSL color Cylindrical-coordinate representation of color #0A2106: hue angle of 111.11º degrees, saturation: 0.69, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #0A2106 is Cyan = 0.70, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 10 | 33 | 6 | - |
| CMYK | 0.70 | 0 | 0.82 | 0.87 |
| HSL | 111.11º | 0.69% | 0.08% | - |
| HSV(B) | 111.11º | 0.82% | 0.13% | - |
| XYZ | 0.7 | 1.17 | 0.36 | - |
| YUV | 23.05 | 118.38 | 118.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 33 | 6 | 0.70 | 0 | 0.82 | 0.87 | 111.11 | 0.69 | 0.08 |
| Hex | A | 21 | 6 | 46 | 0 | 52 | 57 | 6F | 45 | 8 |
| Octal | 12 | 41 | 6 | 106 | 0 | 122 | 127 | 157 | 105 | 10 |
| Binary | 1010 | 100001 | 110 | 1000110 | 0 | 1010010 | 1010111 | 1101111 | 1000101 | 1000 |
Color Harmonies of #0A2106
Complementary color
Monochromatic Colors of #0A2106
Black with #0A2106
Text Example
Text Example
White with #0A2106
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A2106; }
p { color: rgb(10,33,6); }
H1.HeaderClassName
{
color: #0A2106;
}
.AnyTagClassName
{
color: #0A2106;
}
</style>
background-color css
<style>
a { background-color: #0A2106; }
a { background-color: rgb(10,33,6); }
div.DivClassName
{
background-color: #0A2106;
}
.BgClassName
{
background-color: #0A2106;
}
</style>
border-color css
<style>
span { border-color: #0A2106; }
span { border-color: rgb(10,33,6); }
td.TdClassName
{
border-color: #0A2106;
}
.TagClassName
{
border-color: #0A2106;
}
</style>