<!DOCTYPE html>
<table style="width: 200px; height: 200px; empty-cells: hide; border-collapse: collapse">
  <colgroup style="background: red">
    <col style="background: red">
  </colgroup>
  <tbody style="background: red">
    <tr style="background: green; visibility: hidden">
      <td style="visibility: visible">
      </td>
      <td>
      </td>
    </tr>
  </tbody>
</table>