Shades of Myrtle #0A470A
Tints of Myrtle #0A470A
RGB
CMYK
RGB Variations
Color information
#0A470A (or 0x0A470A) is known color: Myrtle. HEX triplet: 0A, 47 and 0A. RGB value is (10,71,10). Sum of RGB (Red+Green+Blue) = 10+71+10=91 (12% of max value = 765). Red value is 10 (4.30% from 255 or 10.99% from 91); Green value is 71 (28.12% from 255 or 78.02% from 91); Blue value is 10 (4.30% from 255 or 10.99% from 91); Max value from RGB is 71 - color contains mainly: green. Hex color #0A470A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0A470A is #F5B8F5. Grayscale: #2D2D2D. Windows color (decimal): -16103670 or 673546. OLE color: 673546.
HSL color Cylindrical-coordinate representation of color #0A470A: hue angle of 120º degrees, saturation: 0.75, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0A470A is Cyan = 0.86, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 10 | 71 | 10 | - |
| CMYK | 0.86 | 0 | 0.86 | 0.72 |
| HSL | 120º | 0.75% | 0.16% | - |
| HSV(B) | 120º | 0.86% | 0.28% | - |
| XYZ | 2.43 | 4.59 | 1.05 | - |
| YUV | 45.81 | 107.79 | 102.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 71 | 10 | 0.86 | 0 | 0.86 | 0.72 | 120 | 0.75 | 0.16 |
| Hex | A | 47 | A | 56 | 0 | 56 | 48 | 78 | 4B | 10 |
| Octal | 12 | 107 | 12 | 126 | 0 | 126 | 110 | 170 | 113 | 20 |
| Binary | 1010 | 1000111 | 1010 | 1010110 | 0 | 1010110 | 1001000 | 1111000 | 1001011 | 10000 |
Color Harmonies of #0A470A
Complementary color
Monochromatic Colors of #0A470A
Black with #0A470A
Text Example
Text Example
White with #0A470A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A470A; }
p { color: rgb(10,71,10); }
H1.HeaderClassName
{
color: #0A470A;
}
.AnyTagClassName
{
color: #0A470A;
}
</style>
background-color css
<style>
a { background-color: #0A470A; }
a { background-color: rgb(10,71,10); }
div.DivClassName
{
background-color: #0A470A;
}
.BgClassName
{
background-color: #0A470A;
}
</style>
border-color css
<style>
span { border-color: #0A470A; }
span { border-color: rgb(10,71,10); }
td.TdClassName
{
border-color: #0A470A;
}
.TagClassName
{
border-color: #0A470A;
}
</style>