Shades of Myrtle #0A510C
Tints of Myrtle #0A510C
RGB
CMYK
RGB Variations
Color information
#0A510C (or 0x0A510C) is known color: Myrtle. HEX triplet: 0A, 51 and 0C. RGB value is (10,81,12). Sum of RGB (Red+Green+Blue) = 10+81+12=103 (13% of max value = 765). Red value is 10 (4.30% from 255 or 9.71% from 103); Green value is 81 (32.03% from 255 or 78.64% from 103); Blue value is 12 (5.08% from 255 or 11.65% from 103); Max value from RGB is 81 - color contains mainly: green. Hex color #0A510C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0A510C is #F5AEF3. Grayscale: #343434. Windows color (decimal): -16101108 or 807178. OLE color: 807178.
HSL color Cylindrical-coordinate representation of color #0A510C: hue angle of 121.69º degrees, saturation: 0.78, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0A510C is Cyan = 0.88, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 10 | 81 | 12 | - |
| CMYK | 0.88 | 0 | 0.85 | 0.68 |
| HSL | 121.69º | 0.78% | 0.18% | - |
| HSV(B) | 121.69º | 0.88% | 0.32% | - |
| XYZ | 3.13 | 5.98 | 1.34 | - |
| YUV | 51.91 | 105.48 | 98.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 81 | 12 | 0.88 | 0 | 0.85 | 0.68 | 121.69 | 0.78 | 0.18 |
| Hex | A | 51 | C | 58 | 0 | 55 | 44 | 7A | 4E | 12 |
| Octal | 12 | 121 | 14 | 130 | 0 | 125 | 104 | 172 | 116 | 22 |
| Binary | 1010 | 1010001 | 1100 | 1011000 | 0 | 1010101 | 1000100 | 1111010 | 1001110 | 10010 |
Color Harmonies of #0A510C
Complementary color
Monochromatic Colors of #0A510C
Black with #0A510C
Text Example
Text Example
White with #0A510C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A510C; }
p { color: rgb(10,81,12); }
H1.HeaderClassName
{
color: #0A510C;
}
.AnyTagClassName
{
color: #0A510C;
}
</style>
background-color css
<style>
a { background-color: #0A510C; }
a { background-color: rgb(10,81,12); }
div.DivClassName
{
background-color: #0A510C;
}
.BgClassName
{
background-color: #0A510C;
}
</style>
border-color css
<style>
span { border-color: #0A510C; }
span { border-color: rgb(10,81,12); }
td.TdClassName
{
border-color: #0A510C;
}
.TagClassName
{
border-color: #0A510C;
}
</style>