Shades of Myrtle #0A2706
Tints of Myrtle #0A2706
RGB
CMYK
RGB Variations
Color information
#0A2706 (or 0x0A2706) is known color: Myrtle. HEX triplet: 0A, 27 and 06. RGB value is (10,39,6). Sum of RGB (Red+Green+Blue) = 10+39+6=55 (7% of max value = 765). Red value is 10 (4.30% from 255 or 18.18% from 55); Green value is 39 (15.62% from 255 or 70.91% from 55); Blue value is 6 (2.73% from 255 or 10.91% from 55); Max value from RGB is 39 - color contains mainly: green. Hex color #0A2706 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0A2706 is #F5D8F9. Grayscale: #1A1A1A. Windows color (decimal): -16111866 or 403210. OLE color: 403210.
HSL color Cylindrical-coordinate representation of color #0A2706: hue angle of 112.73º degrees, saturation: 0.73, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0A2706 is Cyan = 0.74, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 10 | 39 | 6 | - |
| CMYK | 0.74 | 0 | 0.85 | 0.85 |
| HSL | 112.73º | 0.73% | 0.09% | - |
| HSV(B) | 112.73º | 0.85% | 0.15% | - |
| XYZ | 0.88 | 1.53 | 0.42 | - |
| YUV | 26.57 | 116.39 | 116.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 39 | 6 | 0.74 | 0 | 0.85 | 0.85 | 112.73 | 0.73 | 0.09 |
| Hex | A | 27 | 6 | 4A | 0 | 55 | 55 | 71 | 49 | 9 |
| Octal | 12 | 47 | 6 | 112 | 0 | 125 | 125 | 161 | 111 | 11 |
| Binary | 1010 | 100111 | 110 | 1001010 | 0 | 1010101 | 1010101 | 1110001 | 1001001 | 1001 |
Color Harmonies of #0A2706
Complementary color
Monochromatic Colors of #0A2706
Black with #0A2706
Text Example
Text Example
White with #0A2706
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A2706; }
p { color: rgb(10,39,6); }
H1.HeaderClassName
{
color: #0A2706;
}
.AnyTagClassName
{
color: #0A2706;
}
</style>
background-color css
<style>
a { background-color: #0A2706; }
a { background-color: rgb(10,39,6); }
div.DivClassName
{
background-color: #0A2706;
}
.BgClassName
{
background-color: #0A2706;
}
</style>
border-color css
<style>
span { border-color: #0A2706; }
span { border-color: rgb(10,39,6); }
td.TdClassName
{
border-color: #0A2706;
}
.TagClassName
{
border-color: #0A2706;
}
</style>