Shades of Myrtle #164106
Tints of Myrtle #164106
RGB
CMYK
RGB Variations
Color information
#164106 (or 0x164106) is known color: Myrtle. HEX triplet: 16, 41 and 06. RGB value is (22,65,6). Sum of RGB (Red+Green+Blue) = 22+65+6=93 (12% of max value = 765). Red value is 22 (8.98% from 255 or 23.66% from 93); Green value is 65 (25.78% from 255 or 69.89% from 93); Blue value is 6 (2.73% from 255 or 6.45% from 93); Max value from RGB is 65 - color contains mainly: green. Hex color #164106 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #164106 is #E9BEF9. Grayscale: #2D2D2D. Windows color (decimal): -15318778 or 409878. OLE color: 409878.
HSL color Cylindrical-coordinate representation of color #164106: hue angle of 103.73º degrees, saturation: 0.83, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #164106 is Cyan = 0.66, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 22 | 65 | 6 | - |
| CMYK | 0.66 | 0 | 0.91 | 0.75 |
| HSL | 103.73º | 0.83% | 0.14% | - |
| HSV(B) | 103.73º | 0.91% | 0.25% | - |
| XYZ | 2.25 | 3.96 | 0.82 | - |
| YUV | 45.42 | 105.75 | 111.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 65 | 6 | 0.66 | 0 | 0.91 | 0.75 | 103.73 | 0.83 | 0.14 |
| Hex | 16 | 41 | 6 | 42 | 0 | 5B | 4B | 68 | 53 | E |
| Octal | 26 | 101 | 6 | 102 | 0 | 133 | 113 | 150 | 123 | 16 |
| Binary | 10110 | 1000001 | 110 | 1000010 | 0 | 1011011 | 1001011 | 1101000 | 1010011 | 1110 |
Color Harmonies of #164106
Complementary color
Monochromatic Colors of #164106
Black with #164106
Text Example
Text Example
White with #164106
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #164106; }
p { color: rgb(22,65,6); }
H1.HeaderClassName
{
color: #164106;
}
.AnyTagClassName
{
color: #164106;
}
</style>
background-color css
<style>
a { background-color: #164106; }
a { background-color: rgb(22,65,6); }
div.DivClassName
{
background-color: #164106;
}
.BgClassName
{
background-color: #164106;
}
</style>
border-color css
<style>
span { border-color: #164106; }
span { border-color: rgb(22,65,6); }
td.TdClassName
{
border-color: #164106;
}
.TagClassName
{
border-color: #164106;
}
</style>