Shades of Myrtle #0A470E
Tints of Myrtle #0A470E
RGB
CMYK
RGB Variations
Color information
#0A470E (or 0x0A470E) is known color: Myrtle. HEX triplet: 0A, 47 and 0E. RGB value is (10,71,14). Sum of RGB (Red+Green+Blue) = 10+71+14=95 (12% of max value = 765). Red value is 10 (4.30% from 255 or 10.53% from 95); Green value is 71 (28.12% from 255 or 74.74% from 95); Blue value is 14 (5.86% from 255 or 14.74% from 95); Max value from RGB is 71 - color contains mainly: green. Hex color #0A470E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0A470E is #F5B8F1. Grayscale: #2E2E2E. Windows color (decimal): -16103666 or 935690. OLE color: 935690.
HSL color Cylindrical-coordinate representation of color #0A470E: hue angle of 123.93º 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 #0A470E is Cyan = 0.86, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.72.
Color convert
RGB | 10 | 71 | 14 | - |
CMYK | 0.86 | 0 | 0.80 | 0.72 |
HSL | 123.93º | 0.75% | 0.16% | - |
HSV(B) | 123.93º | 0.86% | 0.28% | - |
XYZ | 2.46 | 4.6 | 1.17 | - |
YUV | 46.26 | 109.79 | 102.13 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 10 | 71 | 14 | 0.86 | 0 | 0.80 | 0.72 | 123.93 | 0.75 | 0.16 |
Hex | A | 47 | E | 56 | 0 | 50 | 48 | 7C | 4B | 10 |
Octal | 12 | 107 | 16 | 126 | 0 | 120 | 110 | 174 | 113 | 20 |
Binary | 1010 | 1000111 | 1110 | 1010110 | 0 | 1010000 | 1001000 | 1111100 | 1001011 | 10000 |
Color Harmonies of #0A470E
Complementary color
Monochromatic Colors of #0A470E
Black with #0A470E
Text Example
Text Example
White with #0A470E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A470E; }
p { color: rgb(10,71,14); }
H1.HeaderClassName
{
color: #0A470E;
}
.AnyTagClassName
{
color: #0A470E;
}
</style>
background-color css
<style>
a { background-color: #0A470E; }
a { background-color: rgb(10,71,14); }
div.DivClassName
{
background-color: #0A470E;
}
.BgClassName
{
background-color: #0A470E;
}
</style>
border-color css
<style>
span { border-color: #0A470E; }
span { border-color: rgb(10,71,14); }
td.TdClassName
{
border-color: #0A470E;
}
.TagClassName
{
border-color: #0A470E;
}
</style>