Shades of Myrtle #0A520E
Tints of Myrtle #0A520E
RGB
CMYK
RGB Variations
Color information
#0A520E (or 0x0A520E) is known color: Myrtle. HEX triplet: 0A, 52 and 0E. RGB value is (10,82,14). Sum of RGB (Red+Green+Blue) = 10+82+14=106 (14% of max value = 765). Red value is 10 (4.30% from 255 or 9.43% from 106); Green value is 82 (32.42% from 255 or 77.36% from 106); Blue value is 14 (5.86% from 255 or 13.21% from 106); Max value from RGB is 82 - color contains mainly: green. Hex color #0A520E is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0A520E is #F5ADF1. Grayscale: #343434. Windows color (decimal): -16100850 or 938506. OLE color: 938506.
HSL color Cylindrical-coordinate representation of color #0A520E: hue angle of 123.33º 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 #0A520E is Cyan = 0.88, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 10 | 82 | 14 | - |
| CMYK | 0.88 | 0 | 0.83 | 0.68 |
| HSL | 123.33º | 0.78% | 0.18% | - |
| HSV(B) | 123.33º | 0.88% | 0.32% | - |
| XYZ | 3.22 | 6.13 | 1.43 | - |
| YUV | 52.72 | 106.15 | 97.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 82 | 14 | 0.88 | 0 | 0.83 | 0.68 | 123.33 | 0.78 | 0.18 |
| Hex | A | 52 | E | 58 | 0 | 53 | 44 | 7B | 4E | 12 |
| Octal | 12 | 122 | 16 | 130 | 0 | 123 | 104 | 173 | 116 | 22 |
| Binary | 1010 | 1010010 | 1110 | 1011000 | 0 | 1010011 | 1000100 | 1111011 | 1001110 | 10010 |
Color Harmonies of #0A520E
Complementary color
Monochromatic Colors of #0A520E
Black with #0A520E
Text Example
Text Example
White with #0A520E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A520E; }
p { color: rgb(10,82,14); }
H1.HeaderClassName
{
color: #0A520E;
}
.AnyTagClassName
{
color: #0A520E;
}
</style>
background-color css
<style>
a { background-color: #0A520E; }
a { background-color: rgb(10,82,14); }
div.DivClassName
{
background-color: #0A520E;
}
.BgClassName
{
background-color: #0A520E;
}
</style>
border-color css
<style>
span { border-color: #0A520E; }
span { border-color: rgb(10,82,14); }
td.TdClassName
{
border-color: #0A520E;
}
.TagClassName
{
border-color: #0A520E;
}
</style>