Shades of Myrtle #0A2704
Tints of Myrtle #0A2704
RGB
CMYK
RGB Variations
Color information
#0A2704 (or 0x0A2704) is known color: Myrtle. HEX triplet: 0A, 27 and 04. RGB value is (10,39,4). Sum of RGB (Red+Green+Blue) = 10+39+4=53 (7% of max value = 765). Red value is 10 (4.30% from 255 or 18.87% from 53); Green value is 39 (15.62% from 255 or 73.58% from 53); Blue value is 4 (1.95% from 255 or 7.55% from 53); Max value from RGB is 39 - color contains mainly: green. Hex color #0A2704 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0A2704 is #F5D8FB. Grayscale: #1A1A1A. Windows color (decimal): -16111868 or 272138. OLE color: 272138.
HSL color Cylindrical-coordinate representation of color #0A2704: hue angle of 109.71º degrees, saturation: 0.81, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0A2704 is Cyan = 0.74, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 10 | 39 | 4 | - |
| CMYK | 0.74 | 0 | 0.90 | 0.85 |
| HSL | 109.71º | 0.81% | 0.08% | - |
| HSV(B) | 109.71º | 0.9% | 0.15% | - |
| XYZ | 0.87 | 1.52 | 0.36 | - |
| YUV | 26.34 | 115.39 | 116.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 39 | 4 | 0.74 | 0 | 0.90 | 0.85 | 109.71 | 0.81 | 0.08 |
| Hex | A | 27 | 4 | 4A | 0 | 5A | 55 | 6E | 51 | 8 |
| Octal | 12 | 47 | 4 | 112 | 0 | 132 | 125 | 156 | 121 | 10 |
| Binary | 1010 | 100111 | 100 | 1001010 | 0 | 1011010 | 1010101 | 1101110 | 1010001 | 1000 |
Color Harmonies of #0A2704
Complementary color
Monochromatic Colors of #0A2704
Black with #0A2704
Text Example
Text Example
White with #0A2704
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A2704; }
p { color: rgb(10,39,4); }
H1.HeaderClassName
{
color: #0A2704;
}
.AnyTagClassName
{
color: #0A2704;
}
</style>
background-color css
<style>
a { background-color: #0A2704; }
a { background-color: rgb(10,39,4); }
div.DivClassName
{
background-color: #0A2704;
}
.BgClassName
{
background-color: #0A2704;
}
</style>
border-color css
<style>
span { border-color: #0A2704; }
span { border-color: rgb(10,39,4); }
td.TdClassName
{
border-color: #0A2704;
}
.TagClassName
{
border-color: #0A2704;
}
</style>