Shades of Myrtle #0A510E
Tints of Myrtle #0A510E
RGB
CMYK
RGB Variations
Color information
#0A510E (or 0x0A510E) is known color: Myrtle. HEX triplet: 0A, 51 and 0E. RGB value is (10,81,14). Sum of RGB (Red+Green+Blue) = 10+81+14=105 (13% of max value = 765). Red value is 10 (4.30% from 255 or 9.52% from 105); Green value is 81 (32.03% from 255 or 77.14% from 105); Blue value is 14 (5.86% from 255 or 13.33% from 105); Max value from RGB is 81 - color contains mainly: green. Hex color #0A510E is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0A510E is #F5AEF1. Grayscale: #343434. Windows color (decimal): -16101106 or 938250. OLE color: 938250.
HSL color Cylindrical-coordinate representation of color #0A510E: hue angle of 123.38º 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 #0A510E is Cyan = 0.88, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 10 | 81 | 14 | - |
| CMYK | 0.88 | 0 | 0.83 | 0.68 |
| HSL | 123.38º | 0.78% | 0.18% | - |
| HSV(B) | 123.38º | 0.88% | 0.32% | - |
| XYZ | 3.15 | 5.98 | 1.4 | - |
| YUV | 52.13 | 106.48 | 97.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 81 | 14 | 0.88 | 0 | 0.83 | 0.68 | 123.38 | 0.78 | 0.18 |
| Hex | A | 51 | E | 58 | 0 | 53 | 44 | 7B | 4E | 12 |
| Octal | 12 | 121 | 16 | 130 | 0 | 123 | 104 | 173 | 116 | 22 |
| Binary | 1010 | 1010001 | 1110 | 1011000 | 0 | 1010011 | 1000100 | 1111011 | 1001110 | 10010 |
Color Harmonies of #0A510E
Complementary color
Monochromatic Colors of #0A510E
Black with #0A510E
Text Example
Text Example
White with #0A510E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A510E; }
p { color: rgb(10,81,14); }
H1.HeaderClassName
{
color: #0A510E;
}
.AnyTagClassName
{
color: #0A510E;
}
</style>
background-color css
<style>
a { background-color: #0A510E; }
a { background-color: rgb(10,81,14); }
div.DivClassName
{
background-color: #0A510E;
}
.BgClassName
{
background-color: #0A510E;
}
</style>
border-color css
<style>
span { border-color: #0A510E; }
span { border-color: rgb(10,81,14); }
td.TdClassName
{
border-color: #0A510E;
}
.TagClassName
{
border-color: #0A510E;
}
</style>