Am 08.08.2015 um 09:00 schrieb Tim Lloyd: > thanks for the pointer Stuart but I still need a bit more help choosing > a color scheme. > > If I head over to Options->Libreoffice->Colors I can see the RGB values > for colors. EG Gray2 detailed below (1450253) is shown as R:221, G:221, > B:221. I don't see the tie in between the RGB numbers and the number I > need to enter in options. > > Thanks >
Open a spreadsheet. Enter the three decimal RGB values into A1,B1,C1 =HEX2DEC(DEC2HEX(A1;2)&DEC2HEX(B1;2)&DEC2HEX(C1;2)) returns 14540253 for 221,221,221 -- To unsubscribe e-mail to: [email protected] Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/ Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette List archive: http://listarchives.libreoffice.org/global/users/ All messages sent to this list will be publicly archived and cannot be deleted
