Shades of Myrtle #165106
Tints of Myrtle #165106
RGB
CMYK
RGB Variations
Color information
#165106 (or 0x165106) is known color: Myrtle. HEX triplet: 16, 51 and 06. RGB value is (22,81,6). Sum of RGB (Red+Green+Blue) = 22+81+6=109 (14% of max value = 765). Red value is 22 (8.98% from 255 or 20.18% from 109); Green value is 81 (32.03% from 255 or 74.31% from 109); Blue value is 6 (2.73% from 255 or 5.50% from 109); Max value from RGB is 81 - color contains mainly: green. Hex color #165106 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #165106 is #E9AEF9. Grayscale: #373737. Windows color (decimal): -15314682 or 413974. OLE color: 413974.
HSL color Cylindrical-coordinate representation of color #165106: hue angle of 107.2º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #165106 is Cyan = 0.73, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 22 | 81 | 6 | - |
| CMYK | 0.73 | 0 | 0.93 | 0.68 |
| HSL | 107.2º | 0.86% | 0.17% | - |
| HSV(B) | 107.2º | 0.93% | 0.32% | - |
| XYZ | 3.31 | 6.07 | 1.17 | - |
| YUV | 54.81 | 100.45 | 104.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 81 | 6 | 0.73 | 0 | 0.93 | 0.68 | 107.2 | 0.86 | 0.17 |
| Hex | 16 | 51 | 6 | 49 | 0 | 5D | 44 | 6B | 56 | 11 |
| Octal | 26 | 121 | 6 | 111 | 0 | 135 | 104 | 153 | 126 | 21 |
| Binary | 10110 | 1010001 | 110 | 1001001 | 0 | 1011101 | 1000100 | 1101011 | 1010110 | 10001 |
Color Harmonies of #165106
Complementary color
Monochromatic Colors of #165106
Black with #165106
Text Example
Text Example
White with #165106
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #165106; }
p { color: rgb(22,81,6); }
H1.HeaderClassName
{
color: #165106;
}
.AnyTagClassName
{
color: #165106;
}
</style>
background-color css
<style>
a { background-color: #165106; }
a { background-color: rgb(22,81,6); }
div.DivClassName
{
background-color: #165106;
}
.BgClassName
{
background-color: #165106;
}
</style>
border-color css
<style>
span { border-color: #165106; }
span { border-color: rgb(22,81,6); }
td.TdClassName
{
border-color: #165106;
}
.TagClassName
{
border-color: #165106;
}
</style>