Shades of Myrtle #16510A
Tints of Myrtle #16510A
RGB
CMYK
RGB Variations
Color information
#16510A (or 0x16510A) is known color: Myrtle. HEX triplet: 16, 51 and 0A. RGB value is (22,81,10). Sum of RGB (Red+Green+Blue) = 22+81+10=113 (14% of max value = 765). Red value is 22 (8.98% from 255 or 19.47% from 113); Green value is 81 (32.03% from 255 or 71.68% from 113); Blue value is 10 (4.30% from 255 or 8.85% from 113); Max value from RGB is 81 - color contains mainly: green. Hex color #16510A is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #16510A is #E9AEF5. Grayscale: #373737. Windows color (decimal): -15314678 or 676118. OLE color: 676118.
HSL color Cylindrical-coordinate representation of color #16510A: hue angle of 109.86º 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 #16510A is Cyan = 0.73, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 22 | 81 | 10 | - |
| CMYK | 0.73 | 0 | 0.88 | 0.68 |
| HSL | 109.86º | 0.78% | 0.18% | - |
| HSV(B) | 109.86º | 0.88% | 0.32% | - |
| XYZ | 3.33 | 6.08 | 1.28 | - |
| YUV | 55.27 | 102.45 | 104.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 81 | 10 | 0.73 | 0 | 0.88 | 0.68 | 109.86 | 0.78 | 0.18 |
| Hex | 16 | 51 | A | 49 | 0 | 58 | 44 | 6E | 4E | 12 |
| Octal | 26 | 121 | 12 | 111 | 0 | 130 | 104 | 156 | 116 | 22 |
| Binary | 10110 | 1010001 | 1010 | 1001001 | 0 | 1011000 | 1000100 | 1101110 | 1001110 | 10010 |
Color Harmonies of #16510A
Complementary color
Monochromatic Colors of #16510A
Black with #16510A
Text Example
Text Example
White with #16510A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16510A; }
p { color: rgb(22,81,10); }
H1.HeaderClassName
{
color: #16510A;
}
.AnyTagClassName
{
color: #16510A;
}
</style>
background-color css
<style>
a { background-color: #16510A; }
a { background-color: rgb(22,81,10); }
div.DivClassName
{
background-color: #16510A;
}
.BgClassName
{
background-color: #16510A;
}
</style>
border-color css
<style>
span { border-color: #16510A; }
span { border-color: rgb(22,81,10); }
td.TdClassName
{
border-color: #16510A;
}
.TagClassName
{
border-color: #16510A;
}
</style>