Shades of Myrtle #0A5211
Tints of Myrtle #0A5211
RGB
CMYK
RGB Variations
Color information
#0A5211 (or 0x0A5211) is known color: Myrtle. HEX triplet: 0A, 52 and 11. RGB value is (10,82,17). Sum of RGB (Red+Green+Blue) = 10+82+17=109 (14% of max value = 765). Red value is 10 (4.30% from 255 or 9.17% from 109); Green value is 82 (32.42% from 255 or 75.23% from 109); Blue value is 17 (7.03% from 255 or 15.60% from 109); Max value from RGB is 82 - color contains mainly: green. Hex color #0A5211 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0A5211 is #F5ADEE. Grayscale: #353535. Windows color (decimal): -16100847 or 1135114. OLE color: 1135114.
HSL color Cylindrical-coordinate representation of color #0A5211: hue angle of 125.83º 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 #0A5211 is Cyan = 0.88, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 10 | 82 | 17 | - |
| CMYK | 0.88 | 0 | 0.79 | 0.68 |
| HSL | 125.83º | 0.78% | 0.18% | - |
| HSV(B) | 125.83º | 0.88% | 0.32% | - |
| XYZ | 3.24 | 6.14 | 1.54 | - |
| YUV | 53.06 | 107.65 | 97.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 82 | 17 | 0.88 | 0 | 0.79 | 0.68 | 125.83 | 0.78 | 0.18 |
| Hex | A | 52 | 11 | 58 | 0 | 4F | 44 | 7E | 4E | 12 |
| Octal | 12 | 122 | 21 | 130 | 0 | 117 | 104 | 176 | 116 | 22 |
| Binary | 1010 | 1010010 | 10001 | 1011000 | 0 | 1001111 | 1000100 | 1111110 | 1001110 | 10010 |
Color Harmonies of #0A5211
Complementary color
Monochromatic Colors of #0A5211
Black with #0A5211
Text Example
Text Example
White with #0A5211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A5211; }
p { color: rgb(10,82,17); }
H1.HeaderClassName
{
color: #0A5211;
}
.AnyTagClassName
{
color: #0A5211;
}
</style>
background-color css
<style>
a { background-color: #0A5211; }
a { background-color: rgb(10,82,17); }
div.DivClassName
{
background-color: #0A5211;
}
.BgClassName
{
background-color: #0A5211;
}
</style>
border-color css
<style>
span { border-color: #0A5211; }
span { border-color: rgb(10,82,17); }
td.TdClassName
{
border-color: #0A5211;
}
.TagClassName
{
border-color: #0A5211;
}
</style>