Shades of Myrtle #0A5112
Tints of Myrtle #0A5112
RGB
CMYK
RGB Variations
Color information
#0A5112 (or 0x0A5112) is known color: Myrtle. HEX triplet: 0A, 51 and 12. RGB value is (10,81,18). Sum of RGB (Red+Green+Blue) = 10+81+18=109 (14% of max value = 765). Red value is 10 (4.30% from 255 or 9.17% from 109); Green value is 81 (32.03% from 255 or 74.31% from 109); Blue value is 18 (7.42% from 255 or 16.51% from 109); Max value from RGB is 81 - color contains mainly: green. Hex color #0A5112 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0A5112 is #F5AEED. Grayscale: #343434. Windows color (decimal): -16101102 or 1200394. OLE color: 1200394.
HSL color Cylindrical-coordinate representation of color #0A5112: hue angle of 126.76º 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 #0A5112 is Cyan = 0.88, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 10 | 81 | 18 | - |
| CMYK | 0.88 | 0 | 0.78 | 0.68 |
| HSL | 126.76º | 0.78% | 0.18% | - |
| HSV(B) | 126.76º | 0.88% | 0.32% | - |
| XYZ | 3.18 | 5.99 | 1.56 | - |
| YUV | 52.59 | 108.48 | 97.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 81 | 18 | 0.88 | 0 | 0.78 | 0.68 | 126.76 | 0.78 | 0.18 |
| Hex | A | 51 | 12 | 58 | 0 | 4E | 44 | 7F | 4E | 12 |
| Octal | 12 | 121 | 22 | 130 | 0 | 116 | 104 | 177 | 116 | 22 |
| Binary | 1010 | 1010001 | 10010 | 1011000 | 0 | 1001110 | 1000100 | 1111111 | 1001110 | 10010 |
Color Harmonies of #0A5112
Complementary color
Monochromatic Colors of #0A5112
Black with #0A5112
Text Example
Text Example
White with #0A5112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A5112; }
p { color: rgb(10,81,18); }
H1.HeaderClassName
{
color: #0A5112;
}
.AnyTagClassName
{
color: #0A5112;
}
</style>
background-color css
<style>
a { background-color: #0A5112; }
a { background-color: rgb(10,81,18); }
div.DivClassName
{
background-color: #0A5112;
}
.BgClassName
{
background-color: #0A5112;
}
</style>
border-color css
<style>
span { border-color: #0A5112; }
span { border-color: rgb(10,81,18); }
td.TdClassName
{
border-color: #0A5112;
}
.TagClassName
{
border-color: #0A5112;
}
</style>