Shades of Myrtle #0A4106
Tints of Myrtle #0A4106
RGB
CMYK
RGB Variations
Color information
#0A4106 (or 0x0A4106) is known color: Myrtle. HEX triplet: 0A, 41 and 06. RGB value is (10,65,6). Sum of RGB (Red+Green+Blue) = 10+65+6=81 (10% of max value = 765). Red value is 10 (4.30% from 255 or 12.35% from 81); Green value is 65 (25.78% from 255 or 80.25% from 81); Blue value is 6 (2.73% from 255 or 7.41% from 81); Max value from RGB is 65 - color contains mainly: green. Hex color #0A4106 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0A4106 is #F5BEF9. Grayscale: #2A2A2A. Windows color (decimal): -16105210 or 409866. OLE color: 409866.
HSL color Cylindrical-coordinate representation of color #0A4106: hue angle of 115.93º degrees, saturation: 0.83, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0A4106 is Cyan = 0.85, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 10 | 65 | 6 | - |
| CMYK | 0.85 | 0 | 0.91 | 0.75 |
| HSL | 115.93º | 0.83% | 0.14% | - |
| HSV(B) | 115.93º | 0.91% | 0.25% | - |
| XYZ | 2.05 | 3.86 | 0.81 | - |
| YUV | 41.83 | 107.78 | 105.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 65 | 6 | 0.85 | 0 | 0.91 | 0.75 | 115.93 | 0.83 | 0.14 |
| Hex | A | 41 | 6 | 55 | 0 | 5B | 4B | 74 | 53 | E |
| Octal | 12 | 101 | 6 | 125 | 0 | 133 | 113 | 164 | 123 | 16 |
| Binary | 1010 | 1000001 | 110 | 1010101 | 0 | 1011011 | 1001011 | 1110100 | 1010011 | 1110 |
Color Harmonies of #0A4106
Complementary color
Monochromatic Colors of #0A4106
Black with #0A4106
Text Example
Text Example
White with #0A4106
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A4106; }
p { color: rgb(10,65,6); }
H1.HeaderClassName
{
color: #0A4106;
}
.AnyTagClassName
{
color: #0A4106;
}
</style>
background-color css
<style>
a { background-color: #0A4106; }
a { background-color: rgb(10,65,6); }
div.DivClassName
{
background-color: #0A4106;
}
.BgClassName
{
background-color: #0A4106;
}
</style>
border-color css
<style>
span { border-color: #0A4106; }
span { border-color: rgb(10,65,6); }
td.TdClassName
{
border-color: #0A4106;
}
.TagClassName
{
border-color: #0A4106;
}
</style>