Shades of Myrtle #166314
Tints of Myrtle #166314
RGB
CMYK
RGB Variations
Color information
#166314 (or 0x166314) is known color: Myrtle. HEX triplet: 16, 63 and 14. RGB value is (22,99,20). Sum of RGB (Red+Green+Blue) = 22+99+20=141 (18% of max value = 765). Red value is 22 (8.98% from 255 or 15.60% from 141); Green value is 99 (39.06% from 255 or 70.21% from 141); Blue value is 20 (8.20% from 255 or 14.18% from 141); Max value from RGB is 99 - color contains mainly: green. Hex color #166314 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #166314 is #E99CEB. Grayscale: #434343. Windows color (decimal): -15310060 or 1336086. OLE color: 1336086.
HSL color Cylindrical-coordinate representation of color #166314: hue angle of 118.48º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #166314 is Cyan = 0.78, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 22 | 99 | 20 | - |
| CMYK | 0.78 | 0 | 0.80 | 0.61 |
| HSL | 118.48º | 0.66% | 0.23% | - |
| HSV(B) | 118.48º | 0.8% | 0.39% | - |
| XYZ | 4.92 | 9.14 | 2.17 | - |
| YUV | 66.97 | 101.49 | 95.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 99 | 20 | 0.78 | 0 | 0.80 | 0.61 | 118.48 | 0.66 | 0.23 |
| Hex | 16 | 63 | 14 | 4E | 0 | 50 | 3D | 76 | 42 | 17 |
| Octal | 26 | 143 | 24 | 116 | 0 | 120 | 75 | 166 | 102 | 27 |
| Binary | 10110 | 1100011 | 10100 | 1001110 | 0 | 1010000 | 111101 | 1110110 | 1000010 | 10111 |
Color Harmonies of #166314
Complementary color
Monochromatic Colors of #166314
Black with #166314
Text Example
Text Example
White with #166314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #166314; }
p { color: rgb(22,99,20); }
H1.HeaderClassName
{
color: #166314;
}
.AnyTagClassName
{
color: #166314;
}
</style>
background-color css
<style>
a { background-color: #166314; }
a { background-color: rgb(22,99,20); }
div.DivClassName
{
background-color: #166314;
}
.BgClassName
{
background-color: #166314;
}
</style>
border-color css
<style>
span { border-color: #166314; }
span { border-color: rgb(22,99,20); }
td.TdClassName
{
border-color: #166314;
}
.TagClassName
{
border-color: #166314;
}
</style>