Shades of Myrtle #0A4702
Tints of Myrtle #0A4702
RGB
CMYK
RGB Variations
Color information
#0A4702 (or 0x0A4702) is known color: Myrtle. HEX triplet: 0A, 47 and 02. RGB value is (10,71,2). Sum of RGB (Red+Green+Blue) = 10+71+2=83 (10% of max value = 765). Red value is 10 (4.30% from 255 or 12.05% from 83); Green value is 71 (28.12% from 255 or 85.54% from 83); Blue value is 2 (1.17% from 255 or 2.41% from 83); Max value from RGB is 71 - color contains mainly: green. Hex color #0A4702 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0A4702 is #F5B8FD. Grayscale: #2D2D2D. Windows color (decimal): -16103678 or 149258. OLE color: 149258.
HSL color Cylindrical-coordinate representation of color #0A4702: hue angle of 113.04º degrees, saturation: 0.95, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0A4702 is Cyan = 0.86, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 10 | 71 | 2 | - |
| CMYK | 0.86 | 0 | 0.97 | 0.72 |
| HSL | 113.04º | 0.95% | 0.14% | - |
| HSV(B) | 113.04º | 0.97% | 0.28% | - |
| XYZ | 2.39 | 4.58 | 0.81 | - |
| YUV | 44.9 | 103.79 | 103.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 71 | 2 | 0.86 | 0 | 0.97 | 0.72 | 113.04 | 0.95 | 0.14 |
| Hex | A | 47 | 2 | 56 | 0 | 61 | 48 | 71 | 5F | E |
| Octal | 12 | 107 | 2 | 126 | 0 | 141 | 110 | 161 | 137 | 16 |
| Binary | 1010 | 1000111 | 10 | 1010110 | 0 | 1100001 | 1001000 | 1110001 | 1011111 | 1110 |
Color Harmonies of #0A4702
Complementary color
Monochromatic Colors of #0A4702
Black with #0A4702
Text Example
Text Example
White with #0A4702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A4702; }
p { color: rgb(10,71,2); }
H1.HeaderClassName
{
color: #0A4702;
}
.AnyTagClassName
{
color: #0A4702;
}
</style>
background-color css
<style>
a { background-color: #0A4702; }
a { background-color: rgb(10,71,2); }
div.DivClassName
{
background-color: #0A4702;
}
.BgClassName
{
background-color: #0A4702;
}
</style>
border-color css
<style>
span { border-color: #0A4702; }
span { border-color: rgb(10,71,2); }
td.TdClassName
{
border-color: #0A4702;
}
.TagClassName
{
border-color: #0A4702;
}
</style>