Shades of Myrtle #0A4701
Tints of Myrtle #0A4701
RGB
CMYK
RGB Variations
Color information
#0A4701 (or 0x0A4701) is known color: Myrtle. HEX triplet: 0A, 47 and 01. RGB value is (10,71,1). Sum of RGB (Red+Green+Blue) = 10+71+1=82 (10% of max value = 765). Red value is 10 (4.30% from 255 or 12.20% from 82); Green value is 71 (28.12% from 255 or 86.59% from 82); Blue value is 1 (0.78% from 255 or 1.22% from 82); Max value from RGB is 71 - color contains mainly: green. Hex color #0A4701 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0A4701 is #F5B8FE. Grayscale: #2D2D2D. Windows color (decimal): -16103679 or 83722. OLE color: 83722.
HSL color Cylindrical-coordinate representation of color #0A4701: hue angle of 112.29º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0A4701 is Cyan = 0.86, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 10 | 71 | 1 | - |
| CMYK | 0.86 | 0 | 0.99 | 0.72 |
| HSL | 112.29º | 0.97% | 0.14% | - |
| HSV(B) | 112.29º | 0.99% | 0.28% | - |
| XYZ | 2.38 | 4.57 | 0.79 | - |
| YUV | 44.78 | 103.29 | 103.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 71 | 1 | 0.86 | 0 | 0.99 | 0.72 | 112.29 | 0.97 | 0.14 |
| Hex | A | 47 | 1 | 56 | 0 | 63 | 48 | 70 | 61 | E |
| Octal | 12 | 107 | 1 | 126 | 0 | 143 | 110 | 160 | 141 | 16 |
| Binary | 1010 | 1000111 | 1 | 1010110 | 0 | 1100011 | 1001000 | 1110000 | 1100001 | 1110 |
Color Harmonies of #0A4701
Complementary color
Monochromatic Colors of #0A4701
Black with #0A4701
Text Example
Text Example
White with #0A4701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A4701; }
p { color: rgb(10,71,1); }
H1.HeaderClassName
{
color: #0A4701;
}
.AnyTagClassName
{
color: #0A4701;
}
</style>
background-color css
<style>
a { background-color: #0A4701; }
a { background-color: rgb(10,71,1); }
div.DivClassName
{
background-color: #0A4701;
}
.BgClassName
{
background-color: #0A4701;
}
</style>
border-color css
<style>
span { border-color: #0A4701; }
span { border-color: rgb(10,71,1); }
td.TdClassName
{
border-color: #0A4701;
}
.TagClassName
{
border-color: #0A4701;
}
</style>