The list of highlight colors closely matches color codes in SVG 1.0 and ISO 15445, however there are innecessary divergences in a few colors like "darkBlue", "darkCyan" and "lightGray". Slight variations from widely used standards create confusion and are a source of errors.
Follow previous standards and either reference SVG 1.0 or ISO 15445, or compile a list that follows these standards
2.18.46 te
1738(1745)
Proposed Disposition of DIS 29500 Comment CO-0128 (Modified: 2008-01-10) Agreed; the following changes will be made in Part 4, §2.18.46, pages 1,7391,740 to be consistent with the aforementioned standards: Enumeration Value Description darkBlue (Dark Blue Highlighting Color) Specifies that the text highlighting color for this run shall be dark blue. The hexadecimal RGB value for this setting shall be 000080 00008B . darkCyan (Dark Cyan Highlighting Color) Specifies that the text highlighting color for this run shall be dark cyan. The hexadecimal RGB value for this setting shall be 008080 008B8B . darkGray (Dark Gray Highlighting Color) Specifies that the text highlighting color for this run shall be dark gray. The hexadecimal RGB value for this setting shall be 808080 A9A9A9 . darkGreen (Dark Green Highlighting Color) Specifies that the text highlighting color for this run shall be dark green. The hexadecimal RGB value for this setting shall be 008000 006400 . darkRed (Dark Red Highlighting Color) Specifies that the text highlighting color for this run shall be dark red. The hexadecimal RGB value for this setting shall be 8 00000 8 B0000 . lightGray (Light Gray Highlighting Color) Specifies that the text highlighting color for this run shall be light gray. The hexadecimal RGB value for this setting shall be C0C0C0 D3D3D3 . As well, in order to improve consistency between the ST_PresetColorVal simple type and SVG, the SVG naming convention has been adopted. This is described in the disposition for comment MY-0013. Similar Comments: DK-0146 , MY-0012 , VE-0034
