Shades of Myrtle #0A2806
Tints of Myrtle #0A2806
RGB
CMYK
RGB Variations
Color information
#0A2806 (or 0x0A2806) is known color: Myrtle. HEX triplet: 0A, 28 and 06. RGB value is (10,40,6). Sum of RGB (Red+Green+Blue) = 10+40+6=56 (7% of max value = 765). Red value is 10 (4.30% from 255 or 17.86% from 56); Green value is 40 (16.02% from 255 or 71.43% from 56); Blue value is 6 (2.73% from 255 or 10.71% from 56); Max value from RGB is 40 - color contains mainly: green. Hex color #0A2806 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0A2806 is #F5D7F9. Grayscale: #1B1B1B. Windows color (decimal): -16111610 or 403466. OLE color: 403466.
HSL color Cylindrical-coordinate representation of color #0A2806: hue angle of 112.94º degrees, saturation: 0.74, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0A2806 is Cyan = 0.75, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 10 | 40 | 6 | - |
| CMYK | 0.75 | 0 | 0.85 | 0.84 |
| HSL | 112.94º | 0.74% | 0.09% | - |
| HSV(B) | 112.94º | 0.85% | 0.16% | - |
| XYZ | 0.92 | 1.6 | 0.43 | - |
| YUV | 27.15 | 116.06 | 115.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 40 | 6 | 0.75 | 0 | 0.85 | 0.84 | 112.94 | 0.74 | 0.09 |
| Hex | A | 28 | 6 | 4B | 0 | 55 | 54 | 71 | 4A | 9 |
| Octal | 12 | 50 | 6 | 113 | 0 | 125 | 124 | 161 | 112 | 11 |
| Binary | 1010 | 101000 | 110 | 1001011 | 0 | 1010101 | 1010100 | 1110001 | 1001010 | 1001 |
Color Harmonies of #0A2806
Complementary color
Monochromatic Colors of #0A2806
Black with #0A2806
Text Example
Text Example
White with #0A2806
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A2806; }
p { color: rgb(10,40,6); }
H1.HeaderClassName
{
color: #0A2806;
}
.AnyTagClassName
{
color: #0A2806;
}
</style>
background-color css
<style>
a { background-color: #0A2806; }
a { background-color: rgb(10,40,6); }
div.DivClassName
{
background-color: #0A2806;
}
.BgClassName
{
background-color: #0A2806;
}
</style>
border-color css
<style>
span { border-color: #0A2806; }
span { border-color: rgb(10,40,6); }
td.TdClassName
{
border-color: #0A2806;
}
.TagClassName
{
border-color: #0A2806;
}
</style>