Shades of Myrtle #166006
Tints of Myrtle #166006
RGB
CMYK
RGB Variations
Color information
#166006 (or 0x166006) is known color: Myrtle. HEX triplet: 16, 60 and 06. RGB value is (22,96,6). Sum of RGB (Red+Green+Blue) = 22+96+6=124 (16% of max value = 765). Red value is 22 (8.98% from 255 or 17.74% from 124); Green value is 96 (37.89% from 255 or 77.42% from 124); Blue value is 6 (2.73% from 255 or 4.84% from 124); Max value from RGB is 96 - color contains mainly: green. Hex color #166006 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #166006 is #E99FF9. Grayscale: #3F3F3F. Windows color (decimal): -15310842 or 417814. OLE color: 417814.
HSL color Cylindrical-coordinate representation of color #166006: hue angle of 109.33º degrees, saturation: 0.88, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #166006 is Cyan = 0.77, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 22 | 96 | 6 | - |
| CMYK | 0.77 | 0 | 0.94 | 0.62 |
| HSL | 109.33º | 0.88% | 0.2% | - |
| HSV(B) | 109.33º | 0.94% | 0.38% | - |
| XYZ | 4.55 | 8.55 | 1.58 | - |
| YUV | 63.61 | 95.48 | 98.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 96 | 6 | 0.77 | 0 | 0.94 | 0.62 | 109.33 | 0.88 | 0.2 |
| Hex | 16 | 60 | 6 | 4D | 0 | 5E | 3E | 6D | 58 | 14 |
| Octal | 26 | 140 | 6 | 115 | 0 | 136 | 76 | 155 | 130 | 24 |
| Binary | 10110 | 1100000 | 110 | 1001101 | 0 | 1011110 | 111110 | 1101101 | 1011000 | 10100 |
Color Harmonies of #166006
Complementary color
Monochromatic Colors of #166006
Black with #166006
Text Example
Text Example
White with #166006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #166006; }
p { color: rgb(22,96,6); }
H1.HeaderClassName
{
color: #166006;
}
.AnyTagClassName
{
color: #166006;
}
</style>
background-color css
<style>
a { background-color: #166006; }
a { background-color: rgb(22,96,6); }
div.DivClassName
{
background-color: #166006;
}
.BgClassName
{
background-color: #166006;
}
</style>
border-color css
<style>
span { border-color: #166006; }
span { border-color: rgb(22,96,6); }
td.TdClassName
{
border-color: #166006;
}
.TagClassName
{
border-color: #166006;
}
</style>