Shades of Myrtle #0A4704
Tints of Myrtle #0A4704
RGB
CMYK
RGB Variations
Color information
#0A4704 (or 0x0A4704) is known color: Myrtle. HEX triplet: 0A, 47 and 04. RGB value is (10,71,4). Sum of RGB (Red+Green+Blue) = 10+71+4=85 (11% of max value = 765). Red value is 10 (4.30% from 255 or 11.76% from 85); Green value is 71 (28.12% from 255 or 83.53% from 85); Blue value is 4 (1.95% from 255 or 4.71% from 85); Max value from RGB is 71 - color contains mainly: green. Hex color #0A4704 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0A4704 is #F5B8FB. Grayscale: #2D2D2D. Windows color (decimal): -16103676 or 280330. OLE color: 280330.
HSL color Cylindrical-coordinate representation of color #0A4704: hue angle of 114.63º degrees, saturation: 0.89, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0A4704 is Cyan = 0.86, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 10 | 71 | 4 | - |
| CMYK | 0.86 | 0 | 0.94 | 0.72 |
| HSL | 114.63º | 0.89% | 0.15% | - |
| HSV(B) | 114.63º | 0.94% | 0.28% | - |
| XYZ | 2.4 | 4.58 | 0.87 | - |
| YUV | 45.12 | 104.79 | 102.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 71 | 4 | 0.86 | 0 | 0.94 | 0.72 | 114.63 | 0.89 | 0.15 |
| Hex | A | 47 | 4 | 56 | 0 | 5E | 48 | 73 | 59 | F |
| Octal | 12 | 107 | 4 | 126 | 0 | 136 | 110 | 163 | 131 | 17 |
| Binary | 1010 | 1000111 | 100 | 1010110 | 0 | 1011110 | 1001000 | 1110011 | 1011001 | 1111 |
Color Harmonies of #0A4704
Complementary color
Monochromatic Colors of #0A4704
Black with #0A4704
Text Example
Text Example
White with #0A4704
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A4704; }
p { color: rgb(10,71,4); }
H1.HeaderClassName
{
color: #0A4704;
}
.AnyTagClassName
{
color: #0A4704;
}
</style>
background-color css
<style>
a { background-color: #0A4704; }
a { background-color: rgb(10,71,4); }
div.DivClassName
{
background-color: #0A4704;
}
.BgClassName
{
background-color: #0A4704;
}
</style>
border-color css
<style>
span { border-color: #0A4704; }
span { border-color: rgb(10,71,4); }
td.TdClassName
{
border-color: #0A4704;
}
.TagClassName
{
border-color: #0A4704;
}
</style>